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.cpp959 IdentifierInfo *CatName, SourceLocation CatLoc) { in ActOnStartCategoryImplementation() argument
963 CatIDecl = IDecl->FindCategoryDeclaration(CatName); in ActOnStartCategoryImplementation()
969 CatName, IDecl); in ActOnStartCategoryImplementation()
975 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
997 << CatName; in ActOnStartCategoryImplementation()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp6760 StringRef CatName = CatDecl->getName(); in Write_category_t() local
6777 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6786 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6795 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6804 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6812 Result += ClassName; Result += "_$_"; Result += CatName; in Write_category_t()
6824 Result += CatName; in Write_category_t()
6829 Result += CatName; in Write_category_t()
/external/clang/include/clang/Sema/
DSema.h6809 IdentifierInfo *CatName,