Searched refs:CatName (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | 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()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 1782 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument 1786 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation() 1792 CatName, IDecl, in ActOnStartCategoryImplementation() 1799 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1821 << CatName; in ActOnStartCategoryImplementation()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteModernObjC.cpp | 6729 StringRef CatName = CatDecl->getName(); in Write_category_t() local 6746 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6755 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6764 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6773 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6781 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t() 6793 Result += CatName; in Write_category_t() 6798 Result += CatName; in Write_category_t()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7159 IdentifierInfo *CatName,
|