Searched refs:NextIsLatest (Results 1 - 2 of 2) 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(); }
H A DDecl.h3594 assert(RedeclLink.NextIsLatest() &&
3604 assert(First->RedeclLink.NextIsLatest() && "Expected first");

Completed in 149 milliseconds