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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp66 std::string CatName = std::string(Group->getValueAsString("CategoryName")); local
67 if (!CatName.empty()) return CatName;
73 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents);
74 if (!CatName.empty()) return CatName;
86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), local
88 if (!CatName.empty()) return CatName;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6624 StringRef CatName = CatDecl->getName(); local
6641 Result += ClassName; Result += "_$_"; Result += CatName;
6650 Result += ClassName; Result += "_$_"; Result += CatName;
6659 Result += ClassName; Result += "_$_"; Result += CatName;
6668 Result += ClassName; Result += "_$_"; Result += CatName;
6676 Result += ClassName; Result += "_$_"; Result += CatName;
6688 Result += CatName;
6693 Result += CatName;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1896 IdentifierInfo *CatName, SourceLocation CatLoc,
1901 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
1907 CatName, IDecl,
1914 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
1938 /// Check that CatName, category name, is not used in another implementation.
1942 << CatName; local
1893 ActOnStartCategoryImplementation( SourceLocation AtCatImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc, const ParsedAttributesView &Attrs) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9251 IdentifierInfo *CatName,

Completed in 226 milliseconds