OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAtEnd
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
TokenLexer.h
159
bool
isAtEnd
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SCCIterator.h
108
bool
isAtEnd
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLParser.h
400
assert((C.IsAtBeginning || C.
IsAtEnd
) && "Cannot skip mid parse!");
448
bool
IsAtEnd
= false;
505
bool
IsAtEnd
= false;
594
if (
isAtEnd
() || Other.
isAtEnd
())
595
return
isAtEnd
() && Other.
isAtEnd
();
619
bool
isAtEnd
() const { return !Doc || !*Doc; }
Completed in 18 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026