Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h120 bool isEOF() override { isEOF() function
229 bool isEOF() override { return PreviousTokenSource->isEOF(); } isEOF() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h186 bool isEOF() { return LastError == instrprof_error::eof; } in isEOF() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp42 bool isEOF() const { return Ptr == End; } in isEOF() function in __anonf8b680c00111::Cursor