HomeSort by relevance Sort by last modified time
    Searched refs:FindCategoryDeclaration (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 804 /// FindCategoryDeclaration - Finds category declaration in the list of
809 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const {
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 664 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 639 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier());
    [all...]
SemaDeclObjC.cpp 826 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 79 milliseconds