Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h263 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
H A DUnwrappedLineParser.cpp214 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
230 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
357 PreprocessorDirectives.clear(); in reset()
914 CurrentLines == &Lines ? PreprocessorDirectives.size() : 0; in parseBlock()
1153 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()
2682 PreprocessorDirectives.empty() && FormatTok->isNot(tok::semi)) { in parseUnbracedBody()
4361 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
4363 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()
4364 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
4365 PreprocessorDirectives.clear(); in addUnwrappedLine()