Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h741 return getParentFunctionOrMethod() == nullptr; in isDefinedOutsideFunctionOrMethod()
755 const DeclContext *getParentFunctionOrMethod() const;
756 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
758 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp81 if (D->getParentFunctionOrMethod()) in VisitTagTypeLoc()
DUSRGeneration.cpp117 return D->getParentFunctionOrMethod() != nullptr; in isLocal()
175 if (D->getParentFunctionOrMethod()) in ShouldGenerateLocation()
DIndexingContext.cpp109 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
/external/v8/tools/clang/value_cleanup/
DListValueRewriter.cpp280 auto* function_context = var_decl->getParentFunctionOrMethod(); in run()
/external/clang/tools/libclang/
DCIndexHigh.cpp230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
DCXIndexDataConsumer.cpp420 if (!D->getParentFunctionOrMethod()) in isFunctionLocalDecl()
/external/clang/lib/AST/
DDeclBase.cpp211 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl
DASTContext.cpp8487 const DeclContext *LexicalContext = VD->getParentFunctionOrMethod(); in basicGVALinkageForVariable()
/external/clang/lib/Sema/
DSemaDecl.cpp10516 dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod())) { in FinalizeDeclaration()
10602 auto *F = dyn_cast_or_null<FunctionDecl>(VD->getParentFunctionOrMethod()); in FinalizeDeclaration()