Searched defs:isAtEnd (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
H A DTokenLexer.h148 /// isAtEnd - Return true if the next lex call will pop this macro off the
150 bool isAtEnd() const { function in class:clang::TokenLexer
/external/llvm/include/llvm/ADT/
H A DSCCIterator.h144 // Direct loop termination test: I.isAtEnd() is more efficient than I == end()
145 inline bool isAtEnd() const { function in class:llvm::scc_iterator
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java81 if (isAtEnd()) {
645 public boolean isAtEnd() throws IOException { method in class:CodedInputStream
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java79 if (isAtEnd()) {
589 public boolean isAtEnd() throws IOException { method in class:CodedInputStreamMicro
/external/llvm/include/llvm/Support/
H A DYAMLParser.h520 if (isAtEnd() || Other.isAtEnd())
521 return isAtEnd() && Other.isAtEnd();
549 bool isAtEnd() const { function in class:llvm::yaml::document_iterator

Completed in 141 milliseconds