Searched defs:CategoryName (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1924 const std::string CategoryName = "AnotherHack"; local
2008 std::string CategoryName local
876 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument
1462 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
2604 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp868 << ClassName << CategoryName; local
826 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument

Completed in 139 milliseconds