Searched defs:getUnderlyingDecl (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Decl.h | 319 NamedDecl *getUnderlyingDecl() { function in class:clang::NamedDecl 327 const NamedDecl *getUnderlyingDecl() const { function in class:clang::NamedDecl 328 return const_cast<NamedDecl*>(this)->getUnderlyingDecl(); |
Completed in 31 milliseconds