Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp125 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
140 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
214 PreprocessorDirectives.clear(); in reset()
2006 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
2008 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()
2009 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
2010 PreprocessorDirectives.clear(); in addUnwrappedLine()
H A DUnwrappedLineParser.h150 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable