HomeSort by: relevance | last modified time | path
    Searched defs:CatName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 66 std::string CatName = std::string(Group->getValueAsString("CategoryName"));
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(),
88 if (!CatName.empty()) return CatName;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 1901 IdentifierInfo *CatName, SourceLocation CatLoc,
1906 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
1912 CatName, IDecl,
1919 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
1943 /// Check that CatName, category name, is not used in another implementation.
1947 << CatName;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 6631 StringRef CatName = CatDecl->getName();
6648 Result += ClassName; Result += "_$_"; Result += CatName;
6657 Result += ClassName; Result += "_$_"; Result += CatName;
6666 Result += ClassName; Result += "_$_"; Result += CatName;
6675 Result += ClassName; Result += "_$_"; Result += CatName;
6683 Result += ClassName; Result += "_$_"; Result += CatName;
6695 Result += CatName;
6700 Result += CatName;

Completed in 22 milliseconds