reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/LineIterator.h
   52   bool is_at_end() const { return is_at_eof(); }
lib/DebugInfo/Symbolize/DIPrinter.cpp
   50        !I.is_at_eof() && I.line_number() <= LastLine; ++I) {
lib/ProfileData/SampleProfReader.cpp
  200   for (; !LineIt.is_at_eof(); ++LineIt) {
  278   if (!LineIt.is_at_eof()) {
lib/Support/SymbolRemappingReader.cpp
   35   for (; !LineIt.is_at_eof(); ++LineIt) {
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  128   for (; !LI.is_at_eof() && LI.line_number() != Line; ++LI)
tools/clang/tools/extra/clangd/SourceCode.cpp
 1027   while (!LHSIt.is_at_eof() && !RHSIt.is_at_eof()) {
 1027   while (!LHSIt.is_at_eof() && !RHSIt.is_at_eof()) {
 1037   while (!LHSIt.is_at_eof()) {
 1042   while (!RHSIt.is_at_eof()) {
tools/llvm-cov/SourceCoverageView.cpp
  206   for (line_iterator LI(File, /*SkipBlanks=*/false); !LI.is_at_eof();
tools/llvm-cxxmap/llvm-cxxmap.cpp
   89        !LineIt.is_at_eof(); ++LineIt) {
  111        !LineIt.is_at_eof(); ++LineIt) {
tools/llvm-profdata/llvm-profdata.cpp
  154          !LineIt.is_at_eof(); ++LineIt) {
unittests/Support/LineIteratorTest.cpp
   25   EXPECT_FALSE(I.is_at_eof());
   38   EXPECT_TRUE(I.is_at_eof());
   54   EXPECT_FALSE(I.is_at_eof());
   67   EXPECT_TRUE(I.is_at_eof());
   84   EXPECT_FALSE(I.is_at_eof());
  103   EXPECT_TRUE(I.is_at_eof());
  117   EXPECT_FALSE(I.is_at_eof());
  127   EXPECT_TRUE(I.is_at_eof());
  139   EXPECT_FALSE(I.is_at_eof());
  164   EXPECT_TRUE(I.is_at_eof());
  170   EXPECT_TRUE(line_iterator(*Buffer).is_at_eof());
  172   EXPECT_TRUE(line_iterator(*Buffer, false).is_at_eof());
  176   EXPECT_TRUE(line_iterator(*Buffer).is_at_eof());
  182   EXPECT_TRUE(line_iterator(*Buffer, true, '#').is_at_eof());
  188   EXPECT_TRUE(line_iterator(*Buffer, true, '#').is_at_eof());