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.cpp959 IdentifierInfo *CatName, SourceLocation CatLoc) {
963 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
969 CatName, IDecl);
975 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
993 /// Check that CatName, category name, is not used in another implementation.
997 << CatName; local
956 ActOnStartCategoryImplementation( SourceLocation AtCatImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6760 StringRef CatName = CatDecl->getName(); local
6777 Result += ClassName; Result += "_$_"; Result += CatName;
6786 Result += ClassName; Result += "_$_"; Result += CatName;
6795 Result += ClassName; Result += "_$_"; Result += CatName;
6804 Result += ClassName; Result += "_$_"; Result += CatName;
6812 Result += ClassName; Result += "_$_"; Result += CatName;
6824 Result += CatName;
6829 Result += CatName;

Completed in 2091 milliseconds