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

  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 209 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
478 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 299 NS.getASTContext().getObjContainingInterface(Method);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2826 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2843 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface(

Completed in 43 milliseconds