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");
97 assert(NextIsLatest() && "expected a canonical decl");
115 /// of this same Decl. If NextIsLatest() is true, this is the first
155 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }
Decl.h     [all...]

Completed in 1445 milliseconds