Home
last modified time | relevance | path

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

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