Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6617 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6634 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6643 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6652 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6661 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6669 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6681 Result += CatName; in Write_category_t()
6686 Result += CatName; in Write_category_t()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h312 SourceLocation ClassLoc, const IdentifierInfo *CatName,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1915 SourceLocation ClassLoc, const IdentifierInfo *CatName, in ActOnStartCategoryImplementation() argument
1921 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
1927 ClassLoc, CatLoc, CatName, IDecl, in ActOnStartCategoryImplementation()
1934 ObjCCategoryImplDecl::Create(Context, SemaRef.CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
1963 << CatName; in ActOnStartCategoryImplementation()