Searched refs:getParentFunctionOrMethod (Results 1 – 8 of 8) sorted by relevance
43 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
208 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
699 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()704 const DeclContext *getParentFunctionOrMethod() const;705 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function707 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
112 return D->getParentFunctionOrMethod() != nullptr; in isLocal()170 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
174 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
7946 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
9696 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()