Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp209 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitFieldDecl()
478 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp299 NS.getASTContext().getObjContainingInterface(Method); in rewriteToObjCSubscriptSyntax()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2826 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2843 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface( in getObjContainingInterface() function in ASTContext