Searched refs:getParentFunctionOrMethod (Results 1 – 5 of 5) sorted by relevance
721 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()726 const DeclContext *getParentFunctionOrMethod() const;727 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function729 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
112 return D->getParentFunctionOrMethod() != nullptr; in isLocal()170 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
184 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
8263 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
9879 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()