Searched refs:CatName (Results 1 – 8 of 8) 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/llvm-project/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 66 std::string CatName = std::string(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/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 6631 StringRef CatName = CatDecl->getName(); in Write_category_t() local 6648 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6657 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6666 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6675 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6683 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6695 Result += CatName; in Write_category_t() 6700 Result += CatName; in Write_category_t()
|
/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/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1901 IdentifierInfo *CatName, SourceLocation CatLoc, in ActOnStartCategoryImplementation() argument 1906 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation() 1912 CatName, IDecl, in ActOnStartCategoryImplementation() 1919 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1947 << CatName; in ActOnStartCategoryImplementation()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7398 IdentifierInfo *CatName,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9375 IdentifierInfo *CatName,
|