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()
727 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()741 const DeclContext *getParentFunctionOrMethod() const;742 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function744 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
112 return D->getParentFunctionOrMethod() != nullptr; in isLocal()168 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
199 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
8338 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
10156 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()10193 auto *F = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod()); in FinalizeDeclaration()