|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/Preprocessor.hpp>
Public Attributes | |
| int | preprocessed_line |
| int | original_line |
| std::vector< MacroExpansion > | expansions |
Definition at line 44 of file Preprocessor.hpp.
| std::vector<MacroExpansion> infix2postfix::LineMapping::expansions |
Definition at line 47 of file Preprocessor.hpp.
Referenced by infix2postfix::AnalysisEngine::formatDiagnostics(), and infix2postfix::Preprocessor::formatDiagnosticWithExpansion().
| int infix2postfix::LineMapping::original_line |
Definition at line 46 of file Preprocessor.hpp.
Referenced by infix2postfix::AnalysisEngine::formatDiagnostics().
| int infix2postfix::LineMapping::preprocessed_line |
Definition at line 45 of file Preprocessor.hpp.