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

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

Completed in 55 milliseconds