Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6631 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6648 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6657 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6666 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6675 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6683 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6695 Result += CatName; in Write_category_t()
6700 Result += CatName; in Write_category_t()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1901 IdentifierInfo *CatName, SourceLocation CatLoc, in ActOnStartCategoryImplementation() argument
1906 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
1912 CatName, IDecl, in ActOnStartCategoryImplementation()
1919 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
1947 << CatName; in ActOnStartCategoryImplementation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9527 IdentifierInfo *CatName,