Home
last modified time | relevance | path

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

/external/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()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1799 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument
1803 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
1809 CatName, IDecl, in ActOnStartCategoryImplementation()
1816 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
1838 << CatName; in ActOnStartCategoryImplementation()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6710 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6727 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6736 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6745 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6754 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6762 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6774 Result += CatName; in Write_category_t()
6779 Result += CatName; in Write_category_t()
/external/clang/include/clang/Sema/
DSema.h7234 IdentifierInfo *CatName,