Searched refs:getObjContainingInterface (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Index/
H A DUSRGeneration.cpp184 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
385 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp300 NS.getASTContext().getObjContainingInterface(Method);
/external/clang/include/clang/AST/
H A DASTContext.h2128 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
/external/clang/lib/AST/
H A DASTContext.cpp1931 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface( function in class:ASTContext

Completed in 3214 milliseconds