Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp213 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitFieldDecl()
482 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp300 NS.getASTContext().getObjContainingInterface(Method); in rewriteToObjCSubscriptSyntax()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2996 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2950 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface( in getObjContainingInterface() function in ASTContext