Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h694 return getParentFunctionOrMethod() == 0; in isDefinedOutsideFunctionOrMethod()
699 const DeclContext *getParentFunctionOrMethod() const;
700 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
702 const_cast<const Decl*>(this)->getParentFunctionOrMethod()); in getParentFunctionOrMethod()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp167 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl