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 157 bool StructuralError;
UnwrappedLineParser.cpp 59 FormatToken *&ResetToken, bool &StructuralError)
62 StructuralError(StructuralError),
63 PreviousStructuralError(StructuralError), Token(nullptr) {
74 StructuralError = PreviousStructuralError;
113 bool &StructuralError;
209 CurrentLines(&Lines), StructuralError(false), Style(Style),
222 StructuralError = false;
259 return StructuralError;
289 StructuralError = true
    [all...]
Format.cpp     [all...]

Completed in 39 milliseconds