Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/
DUSRGeneration.cpp158 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitFieldDecl()
362 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) in VisitObjCPropertyDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp300 NS.getASTContext().getObjContainingInterface(Method); in rewriteToObjCSubscriptSyntax()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h2089 const ObjCInterfaceDecl *getObjContainingInterface(const NamedDecl *ND) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp1928 const ObjCInterfaceDecl *ASTContext::getObjContainingInterface( in getObjContainingInterface() function in ASTContext