Home
last modified time | relevance | path

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

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