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

  /external/clang/lib/Format/
UnwrappedLineParser.h 118 // The parsed lines. Only added to through \c CurrentLines.
126 // New unwrapped lines are added via CurrentLines.
130 std::vector<UnwrappedLine> *CurrentLines;
UnwrappedLineParser.cpp 127 Parser.CurrentLines = &Parser.PreprocessorDirectives;
142 Parser.CurrentLines = &Parser.Lines;
185 CurrentLines(&Lines), StructuralError(false), Style(Style), Tokens(NULL),
1085 CurrentLines->push_back(*Line);
1087 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) {
1092 CurrentLines->push_back(*I);
1134 !Line->Tokens.empty() && CurrentLines == &Lines
    [all...]

Completed in 158 milliseconds