Home
last modified time | relevance | path

Searched defs:isAtEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h159 bool isAtEnd() const { in isAtEnd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h113 bool isAtEnd() const { in isAtEnd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h619 bool isAtEnd() const { return !Doc || !*Doc; } isAtEnd() function