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

  /external/clang/lib/Format/
UnwrappedLineParser.h 163 bool StructuralError;
UnwrappedLineParser.cpp 61 FormatToken *&ResetToken, bool &StructuralError)
64 StructuralError(StructuralError),
65 PreviousStructuralError(StructuralError), Token(nullptr) {
76 StructuralError = PreviousStructuralError;
115 bool &StructuralError;
211 CurrentLines(&Lines), StructuralError(false), Style(Style),
224 StructuralError = false;
261 return StructuralError;
291 StructuralError = true
    [all...]
Format.cpp     [all...]

Completed in 355 milliseconds