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

/external/clang/include/clang/AST/
H A DRedeclarable.h61 bool NextIsLatest() const { return !NextIsPrevious(); } function in class:clang::Redeclarable::DeclLink
83 assert(NextIsLatest() && "decl became canonical unexpectedly");
108 /// of this same Decl. If NextIsLatest() is true, this is the first
157 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }

Completed in 690 milliseconds