HomeSort by: relevance | last modified time | path
    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