HomeSort by: relevance | last modified time | path
    Searched refs:FindCategoryDeclaration (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1694 /// FindCategoryDeclaration - Finds category declaration in the list of
1699 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const {
2123 return ID->FindCategoryDeclaration(getIdentifier());
2143 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier()))
ASTImporter.cpp 4356 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 1841 = IDecl->FindCategoryDeclaration(CategoryName)) {
1906 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
4172 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) {
SemaObjCProperty.cpp 1184 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1328 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 3406 Interface->FindCategoryDeclaration(OCD->getIdentifier());
6750 Interface->FindCategoryDeclaration(OCD->getIdentifier());
CGObjCGNU.cpp 3285 Class->FindCategoryDeclaration(OCD->getIdentifier());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 7280 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());
RewriteObjC.cpp 5633 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());

Completed in 148 milliseconds