Searched defs:getUnderlyingDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h272 NamedDecl *getUnderlyingDecl() { function in class:clang::NamedDecl
280 const NamedDecl *getUnderlyingDecl() const { function in class:clang::NamedDecl
281 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();

Completed in 168 milliseconds