Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h149 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
DUnwrappedLineParser.cpp129 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
144 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
221 PreprocessorDirectives.clear(); in reset()
1714 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
1716 I = PreprocessorDirectives.begin(), in addUnwrappedLine()
1717 E = PreprocessorDirectives.end(); in addUnwrappedLine()
1721 PreprocessorDirectives.clear(); in addUnwrappedLine()