Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp43 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
DCIndexHigh.cpp230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
DIndexingContext.cpp208 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
/external/clang/include/clang/AST/
DDeclBase.h699 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()
704 const DeclContext *getParentFunctionOrMethod() const;
705 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
707 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
/external/clang/lib/Index/
DUSRGeneration.cpp112 return D->getParentFunctionOrMethod() != nullptr; in isLocal()
170 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
/external/clang/lib/AST/
DDeclBase.cpp174 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
DASTContext.cpp7946 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
/external/clang/lib/Sema/
DSemaDecl.cpp9696 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()