Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h756 DeclContext *getParentFunctionOrMethod() { in getParentFunctionOrMethod() function
/external/clang/lib/AST/
DDeclBase.cpp211 const DeclContext *Decl::getParentFunctionOrMethod() const { in getParentFunctionOrMethod() function in Decl