LLVM  8.0.1
Public Member Functions | List of all members
llvm::yaml::Scanner Class Reference

Scans YAML tokens from a MemoryBuffer. More...

Public Member Functions

 Scanner (StringRef Input, SourceMgr &SM, bool ShowColors=true, std::error_code *EC=nullptr)
 
 Scanner (MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors=true, std::error_code *EC=nullptr)
 
TokenpeekNext ()
 Parse the next token and return it without popping it. More...
 
Token getNext ()
 Parse the next token and pop it from the queue. More...
 
void printError (SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message, ArrayRef< SMRange > Ranges=None)
 
void setError (const Twine &Message, StringRef::iterator Position)
 
void setError (const Twine &Message)
 
bool failed ()
 Returns true if an error occurred while parsing. More...
 

Detailed Description

Scans YAML tokens from a MemoryBuffer.

Definition at line 253 of file YAMLParser.cpp.

Constructor & Destructor Documentation

◆ Scanner() [1/2]

Scanner::Scanner ( StringRef  Input,
SourceMgr SM,
bool  ShowColors = true,
std::error_code *  EC = nullptr 
)

Definition at line 757 of file YAMLParser.cpp.

◆ Scanner() [2/2]

Scanner::Scanner ( MemoryBufferRef  Buffer,
SourceMgr SM_,
bool  ShowColors = true,
std::error_code *  EC = nullptr 
)

Member Function Documentation

◆ failed()

bool llvm::yaml::Scanner::failed ( )
inline

Returns true if an error occurred while parsing.

Definition at line 291 of file YAMLParser.cpp.

References llvm::Failed(), and llvm::cl::init().

◆ getNext()

Token Scanner::getNext ( )

◆ peekNext()

Token & Scanner::peekNext ( )

◆ printError()

void llvm::yaml::Scanner::printError ( SMLoc  Loc,
SourceMgr::DiagKind  Kind,
const Twine Message,
ArrayRef< SMRange Ranges = None 
)
inline

Definition at line 266 of file YAMLParser.cpp.

References llvm::None, and llvm::SourceMgr::PrintMessage().

◆ setError() [1/2]

void llvm::yaml::Scanner::setError ( const Twine Message,
StringRef::iterator  Position 
)
inline

Definition at line 271 of file YAMLParser.cpp.

Referenced by is_ns_word_char().

◆ setError() [2/2]

void llvm::yaml::Scanner::setError ( const Twine Message)
inline

Definition at line 286 of file YAMLParser.cpp.

References llvm::yaml::Node::setError().


The documentation for this class was generated from the following file: