Searched refs:getParentFunctionOrMethod (Results 1 – 10 of 10) sorted by relevance
741 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()755 const DeclContext *getParentFunctionOrMethod() const;756 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function758 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
81 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
117 return D->getParentFunctionOrMethod() != nullptr; in isLocal()175 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
109 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
280 auto* function_context = var_decl->getParentFunctionOrMethod(); in run()
230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
420 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
211 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
8487 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
10516 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()10602 auto *F = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod()); in FinalizeDeclaration()