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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h131 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; member in class:clang::format::UnwrappedLineParser
136 // \c &PreprocessorDirectives.
H A DUnwrappedLineParser.cpp128 Parser.CurrentLines = &Parser.PreprocessorDirectives;
143 if (Parser.CurrentLines == &Parser.PreprocessorDirectives)
199 PreprocessorDirectives.clear();
1273 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) {
1275 I = PreprocessorDirectives.begin(),
1276 E = PreprocessorDirectives.end();
1280 PreprocessorDirectives.clear();

Completed in 26 milliseconds