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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1832 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 1040 !IDecl->lookupInheritedClass(&Ctx.Idents.get(ClassName))) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 650 /// lookupInheritedClass - This method returns ObjCInterfaceDecl * of the super
653 ObjCInterfaceDecl *ObjCInterfaceDecl::lookupInheritedClass(
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2736 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy"));

Completed in 84 milliseconds