Home
last modified time | relevance | path

Searched refs:getParentFunctionOrMethod (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp44 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
DCIndexHigh.cpp227 if (DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
DIndexingContext.cpp593 if (!shouldIndexFunctionLocalSymbols() && D->getParentFunctionOrMethod()) in handleReference()
/external/clang/include/clang/AST/
DDeclBase.h652 return getParentFunctionOrMethod() == 0; in isDefinedOutsideFunctionOrMethod()
657 const DeclContext *getParentFunctionOrMethod() const;
658 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
660 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
/external/clang/lib/AST/
DDeclBase.cpp156 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl