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

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

Completed in 624 milliseconds