Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRedeclarable.h54 bool NextIsPrevious() const { in NextIsPrevious() function
61 bool NextIsLatest() const { return !NextIsPrevious(); } in NextIsLatest()
78 assert(NextIsPrevious() && "decl became non-canonical unexpectedly"); in setPrevious()
137 if (RedeclLink.NextIsPrevious()) in getPreviousDecl()