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

/freebsd-10-stable/contrib/llvm/tools/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
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h538 if (isAtEnd() || Other.isAtEnd())
539 return isAtEnd() && Other.isAtEnd();
567 bool isAtEnd() const { function in class:llvm::yaml::document_iterator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp421 if (isAtEnd()) {
447 if (!isAtEnd() && Tokens[CurToken].is(tok::hashhash) && Macro) {
521 assert(!isAtEnd() && "No token on the RHS of a paste operator!");
648 } while (!isAtEnd() && Tokens[CurToken].is(tok::hashhash));
687 if (isAtEnd())
695 return Tokens[NumTokens-1].is(tok::eod) && !isAtEnd();
/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp434 while (!CGI.isAtEnd()) {

Completed in 64 milliseconds