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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h35 bool NextIsLatest() const { return NextAndIsPrevious.getInt(); } function in class:clang::Redeclarable::DeclLink
51 /// of this same Decl. If NextIsLatest() is true, this is the first
95 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }
H A DDecl.h3507 assert(First->RedeclLink.NextIsLatest() && "Expected first");

Completed in 105 milliseconds