Home
last modified time | relevance | path

Searched refs:CatName (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangDiagnosticsEmitter.cpp66 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/
HDSemaDeclObjC.cpp1782 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/
HDRewriteModernObjC.cpp6729 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/
HDSema.h7159 IdentifierInfo *CatName,