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

/external/clang/include/clang/AST/
H A DDeclBase.h779 virtual Decl *getPreviousDeclImpl() { return nullptr; } function
843 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
848 return const_cast<Decl *>(this)->getPreviousDeclImpl();

Completed in 63 milliseconds