Searched refs:CatName (Results 1 – 4 of 4) sorted by relevance
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 66 std::string CatName = Group->getValueAsString("CategoryName"); in getCategoryFromDiagGroup() local 67 if (!CatName.empty()) return CatName; in getCategoryFromDiagGroup() 73 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents); in getCategoryFromDiagGroup() 74 if (!CatName.empty()) return CatName; in getCategoryFromDiagGroup() 86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), in getDiagnosticCategory() local 88 if (!CatName.empty()) return CatName; in getDiagnosticCategory()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1799 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument 1803 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation() 1809 CatName, IDecl, in ActOnStartCategoryImplementation() 1816 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1838 << CatName; in ActOnStartCategoryImplementation()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 6710 StringRef CatName = CatDecl->getName(); in Write_category_t() local 6727 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6736 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6745 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6754 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6762 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6774 Result += CatName; in Write_category_t() 6779 Result += CatName; in Write_category_t()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7234 IdentifierInfo *CatName,
|