Searched refs:getParentFunctionOrMethod (Results 1 – 2 of 2) sorted by relevance
694 return getParentFunctionOrMethod() == 0; in isDefinedOutsideFunctionOrMethod()699 const DeclContext *getParentFunctionOrMethod() const;700 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function702 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
167 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl