Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp210 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitFieldDecl()
479 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitObjCPropertyDecl()
/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp299 NS.getASTContext().getObjContainingInterface(Method); in rewriteToObjCSubscriptSyntax()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2981 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2939 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface( in getObjContainingInterface() function in ASTContext