Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp43 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
H A DCIndexHigh.cpp230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
H A DIndexingContext.cpp208 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h698 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()
703 const DeclContext *getParentFunctionOrMethod() const;
704 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
706 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp112 return D->getParentFunctionOrMethod() != nullptr; in isLocal()
170 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp174 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
H A DASTContext.cpp7908 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp9579 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()