Searched refs:CatName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 62 StringRef CatName = Group->getValueAsString("CategoryName"); in getCategoryFromDiagGroup() local 63 if (!CatName.empty()) return CatName; in getCategoryFromDiagGroup() 68 CatName = getCategoryFromDiagGroup(Parent, DiagGroupParents); in getCategoryFromDiagGroup() 69 if (!CatName.empty()) return CatName; in getCategoryFromDiagGroup() 81 StringRef CatName = in getDiagnosticCategory() local 83 if (!CatName.empty()) return CatName; in getDiagnosticCategory()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6583 StringRef CatName = CatDecl->getName(); in Write_category_t() local 6600 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6609 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6618 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6627 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6635 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6647 Result += CatName; in Write_category_t() 6652 Result += CatName; in Write_category_t()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 300 SourceLocation ClassLoc, const IdentifierInfo *CatName,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1918 SourceLocation ClassLoc, const IdentifierInfo *CatName, in ActOnStartCategoryImplementation() argument 1924 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation() 1930 ClassLoc, CatLoc, CatName, IDecl, in ActOnStartCategoryImplementation() 1937 ObjCCategoryImplDecl::Create(Context, SemaRef.CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1966 << CatName; in ActOnStartCategoryImplementation()
|