Searched refs:CategoryName (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp339 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); local
344 Out << clang_getCString(CategoryName);
347 clang_disposeString(CategoryName);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp349 const StringRef &CategoryName,
740 const StringRef &CategoryName, const Selector MethodName,
746 CategoryName + "_" + MethodNameColonStripped).str();
1325 const StringRef &CategoryName,
1342 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
1787 const std::string CategoryName = "AnotherHack"; local
1788 Elements.push_back(MakeConstantString(CategoryName));
1792 ClassName, CategoryName, MethodSels, MethodTypes, false), PtrTy));
1795 ClassName, CategoryName, MethodSels, MethodTypes, true), PtrTy));
1871 std::string CategoryName local
739 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument
1324 GenerateMethodList(const StringRef &ClassName, const StringRef &CategoryName, ArrayRef<Selector> MethodSels, ArrayRef<llvm::Constant *> MethodTypes, bool isClassMethodList) argument
2469 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp801 IdentifierInfo *CategoryName,
815 CategoryName == 0)) {
820 ClassLoc, CategoryLoc, CategoryName,IDecl);
829 if (!CategoryName && IDecl->getImplementation()) {
835 if (CategoryName) {
840 if (CDeclChain->getIdentifier() == CategoryName) {
843 << ClassName << CategoryName; local
851 ClassLoc, CategoryLoc, CategoryName, IDecl);
799 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h6014 IdentifierInfo *CategoryName,

Completed in 334 milliseconds