Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp128 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
143 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
219 PreprocessorDirectives.clear(); in reset()
1485 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
1487 I = PreprocessorDirectives.begin(), in addUnwrappedLine()
1488 E = PreprocessorDirectives.end(); in addUnwrappedLine()
1492 PreprocessorDirectives.clear(); in addUnwrappedLine()
DUnwrappedLineParser.h143 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable