Home
last modified time | relevance | path

Searched refs:getParentFunctionOrMethod (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h721 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()
726 const DeclContext *getParentFunctionOrMethod() const;
727 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
729 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDUSRGeneration.cpp112 return D->getParentFunctionOrMethod() != nullptr; in isLocal()
170 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp184 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
HDASTContext.cpp8263 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp9879 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()