Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp145 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()
160 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()
249 PreprocessorDirectives.clear(); in reset()
604 CurrentLines == &Lines ? PreprocessorDirectives.size() : 0; in parseBlock()
768 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()
2990 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()
2992 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()
2993 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
2994 PreprocessorDirectives.clear(); in addUnwrappedLine()
H A DUnwrappedLineParser.h212 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable