HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessorDirectives (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.h 124 std::vector<UnwrappedLine> PreprocessorDirectives;
129 // \c &PreprocessorDirectives.
UnwrappedLineParser.cpp 127 Parser.CurrentLines = &Parser.PreprocessorDirectives;
1087 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) {
1089 I = PreprocessorDirectives.begin(),
1090 E = PreprocessorDirectives.end();
1094 PreprocessorDirectives.clear();
    [all...]

Completed in 32 milliseconds