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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h34 bool NextIsPrevious() const { return !NextAndIsPrevious.getInt(); } function in class:clang::Redeclarable::DeclLink
50 /// If NextIsPrevious() is true, this is a link to the previous declaration
67 if (RedeclLink.NextIsPrevious())

Completed in 89 milliseconds