Searched refs:CatName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A 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()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6617 StringRef CatName = CatDecl->getName(); in Write_category_t() local 6634 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6643 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6652 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6661 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6669 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6681 Result += CatName; in Write_category_t() 6686 Result += CatName; in Write_category_t()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 312 SourceLocation ClassLoc, const IdentifierInfo *CatName,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1915 SourceLocation ClassLoc, const IdentifierInfo *CatName, in ActOnStartCategoryImplementation() argument 1921 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation() 1927 ClassLoc, CatLoc, CatName, IDecl, in ActOnStartCategoryImplementation() 1934 ObjCCategoryImplDecl::Create(Context, SemaRef.CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1963 << CatName; in ActOnStartCategoryImplementation()
|