clang  9.0.0
Public Member Functions | List of all members
clang::syntax::TokenCollector::Builder Class Reference

Builds mappings and spelled tokens in the TokenBuffer based on the expanded token stream. More...

Public Member Functions

 Builder (std::vector< syntax::Token > Expanded, PPExpansions CollectedExpansions, const SourceManager &SM, const LangOptions &LangOpts)
 
TokenBuffer build () &&
 

Detailed Description

Builds mappings and spelled tokens in the TokenBuffer based on the expanded token stream.

Definition at line 331 of file Tokens.cpp.

Constructor & Destructor Documentation

◆ Builder()

clang::syntax::TokenCollector::Builder::Builder ( std::vector< syntax::Token Expanded,
PPExpansions  CollectedExpansions,
const SourceManager SM,
const LangOptions LangOpts 
)
inline

Definition at line 333 of file Tokens.cpp.

Member Function Documentation

◆ build()

TokenBuffer clang::syntax::TokenCollector::Builder::build ( ) &&
inline

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