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.cpp1807 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument
1811 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
1817 CatName, IDecl, in ActOnStartCategoryImplementation()
1824 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
1853 << CatName; in ActOnStartCategoryImplementation()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6632 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6649 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6658 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6667 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6676 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6684 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6696 Result += CatName; in Write_category_t()
6701 Result += CatName; in Write_category_t()
/external/clang/include/clang/Sema/
DSema.h7398 IdentifierInfo *CatName,