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

/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp44 if (D->getParentFunctionOrMethod())
H A DCIndexHigh.cpp227 if (DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
H A DIndexingContext.cpp593 if (!shouldIndexFunctionLocalSymbols() && D->getParentFunctionOrMethod())
/external/clang/include/clang/AST/
H A DDeclBase.h653 return getParentFunctionOrMethod() == 0;
658 const DeclContext *getParentFunctionOrMethod() const;
659 DeclContext *getParentFunctionOrMethod() { function in class:clang::Decl
661 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
/external/clang/lib/AST/
H A DDeclBase.cpp156 const DeclContext *Decl::getParentFunctionOrMethod() const { function in class:Decl

Completed in 285 milliseconds