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

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

Completed in 224 milliseconds