Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/
DClangDiagnosticsEmitter.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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp929 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument
933 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
939 CatName, IDecl); in ActOnStartCategoryImplementation()
945 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
967 << CatName; in ActOnStartCategoryImplementation()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp6838 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6855 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6864 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6873 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6882 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6890 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6902 Result += CatName; in Write_category_t()
6907 Result += CatName; in Write_category_t()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h6682 IdentifierInfo *CatName,