Searched refs:NextIsPrevious (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DRedeclarable.h54 bool NextIsPrevious() const { function in class:clang::Redeclarable::DeclLink
61 bool NextIsLatest() const { return !NextIsPrevious(); }
78 assert(NextIsPrevious() && "decl became non-canonical unexpectedly");
107 /// If NextIsPrevious() is true, this is a link to the previous declaration
129 if (RedeclLink.NextIsPrevious())

Completed in 795 milliseconds