Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h314 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
H A DUnwrappedLineParser.cpp102 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
119 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
182 PreprocessorDirectives.clear(); in reset()
794 !parsingPPDirective() ? PreprocessorDirectives.size() : 0; in parseBlock()
1043 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()
2792 PreprocessorDirectives.empty() && FormatTok->isNot(tok::semi)) { in parseUnbracedBody()
4620 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
4622 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()
4623 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
4624 PreprocessorDirectives.clear(); in addUnwrappedLine()