Searched refs:getParentFunctionOrMethod (Results 1 – 5 of 5) sorted by relevance
44 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
227 if (DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
593 if (!shouldIndexFunctionLocalSymbols() && D->getParentFunctionOrMethod()) in handleReference()
652 return getParentFunctionOrMethod() == 0; in isDefinedOutsideFunctionOrMethod()657 const DeclContext *getParentFunctionOrMethod() const;658 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function660 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
156 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl