Searched refs:getParentFunctionOrMethod (Results 1 – 9 of 9) sorted by relevance
849 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()863 const DeclContext *getParentFunctionOrMethod() const;864 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function866 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
104 D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
121 return D->getParentFunctionOrMethod() != nullptr; in isLocal()184 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
67 if (!D->getParentFunctionOrMethod()) in isFunctionLocalSymbol()
601 if (!D->getParentFunctionOrMethod()) in VisitUsingDirectiveDecl()
254 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
9694 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
1081 "__const." + FunctionName(D.getParentFunctionOrMethod()) + "." + in createUnnamedGlobalFrom()
11969 auto *FD = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod()); in CheckStaticLocalForDllExport()11975 FD = dyn_cast_or_null<FunctionDecl>(FD->getParentFunctionOrMethod()); in CheckStaticLocalForDllExport()12062 if (dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()12121 auto *F = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod()); in FinalizeDeclaration()