Home
last modified time | relevance | path

Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h244 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
H A DUnwrappedLineParser.cpp192 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
206 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
340 PreprocessorDirectives.clear(); in reset()
870 CurrentLines == &Lines ? PreprocessorDirectives.size() : 0; in parseBlock()
1094 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()
2505 PreprocessorDirectives.empty()) { in parseUnbracedBody()
4032 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
4034 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()
4035 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
4036 PreprocessorDirectives.clear(); in addUnwrappedLine()