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

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp329 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); local
334 Out << clang_getCString(CategoryName);
337 clang_disposeString(CategoryName);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp749 IdentifierInfo *CategoryName,
763 << (CategoryName == 0))) {
768 ClassLoc, CategoryLoc, CategoryName,IDecl);
777 if (!CategoryName && IDecl->getImplementation()) {
783 if (CategoryName) {
788 if (CDeclChain->getIdentifier() == CategoryName) {
791 << ClassName << CategoryName; local
799 ClassLoc, CategoryLoc, CategoryName, IDecl);
747 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp349 const StringRef &CategoryName,
678 const StringRef &CategoryName, const Selector MethodName,
684 CategoryName + "_" + MethodNameColonStripped).str();
1263 const StringRef &CategoryName,
1280 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1725 const std::string CategoryName = "AnotherHack"; local
1726 Elements.push_back(MakeConstantString(CategoryName));
1730 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1733 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
1809 std::string CategoryName local
677 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument
1262 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
2407 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]

Completed in 97 milliseconds