Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp215 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitFieldDecl()
500 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitObjCPropertyDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp300 NS.getASTContext().getObjContainingInterface(Method); in rewriteToObjCSubscriptSyntax()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3120 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp2966 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface( in getObjContainingInterface() function in ASTContext