Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp66 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()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6620 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6637 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6646 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6655 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6664 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6672 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6684 Result += CatName; in Write_category_t()
6689 Result += CatName; in Write_category_t()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1918 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc, in ActOnStartCategoryImplementation() argument
1923 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
1929 CatName, IDecl, in ActOnStartCategoryImplementation()
1936 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
1964 << CatName; in ActOnStartCategoryImplementation()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10250 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc,