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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1947 const std::string CategoryName = "AnotherHack"; local
2031 std::string CategoryName local
900 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument
1485 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
2627 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp900 << ClassName << CategoryName; local
858 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument

Completed in 105 milliseconds