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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp66 std::string CatName = Group->getValueAsString("CategoryName"); local
67 if (!CatName.empty()) return CatName;
73 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents);
74 if (!CatName.empty()) return CatName;
86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), local
88 if (!CatName.empty()) return CatName;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp955 IdentifierInfo *CatName, SourceLocation CatLoc) {
959 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
965 CatName, IDecl);
971 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
989 /// Check that CatName, category name, is not used in another implementation.
993 << CatName; local
952 ActOnStartCategoryImplementation( SourceLocation AtCatImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc) argument
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6733 StringRef CatName = CatDecl->getName(); local
6750 Result += ClassName; Result += "_$_"; Result += CatName;
6759 Result += ClassName; Result += "_$_"; Result += CatName;
6768 Result += ClassName; Result += "_$_"; Result += CatName;
6777 Result += ClassName; Result += "_$_"; Result += CatName;
6785 Result += ClassName; Result += "_$_"; Result += CatName;
6797 Result += CatName;
6802 Result += CatName;

Completed in 155 milliseconds