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 | 1807 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument 1811 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation() 1817 CatName, IDecl, in ActOnStartCategoryImplementation() 1824 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1853 << CatName; in ActOnStartCategoryImplementation()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 6632 StringRef CatName = CatDecl->getName(); in Write_category_t() local 6649 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6658 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6667 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6676 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6684 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6696 Result += CatName; in Write_category_t() 6701 Result += CatName; in Write_category_t()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7398 IdentifierInfo *CatName,
|