HomeSort by relevance Sort by last modified time
    Searched refs:NextIsLatest (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Redeclarable.h 61 bool NextIsLatest() const { return !NextIsPrevious(); }
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(); }
Decl.h     [all...]

Completed in 104 milliseconds