LLVM 19.0.0git
Functions
LineIterator.cpp File Reference
#include "llvm/Support/LineIterator.h"
#include "llvm/Support/MemoryBuffer.h"

Go to the source code of this file.

Functions

static bool isAtLineEnd (const char *P)
 
static bool skipIfAtLineEnd (const char *&P)
 

Function Documentation

◆ isAtLineEnd()

static bool isAtLineEnd ( const char P)
static

Definition at line 14 of file LineIterator.cpp.

References P.

Referenced by llvm::line_iterator::line_iterator().

◆ skipIfAtLineEnd()

static bool skipIfAtLineEnd ( const char *&  P)
static

Definition at line 22 of file LineIterator.cpp.

References P.