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

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

Completed in 83 milliseconds