OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 67 milliseconds