Searched refs:StructuralError (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineParser.h163 bool StructuralError; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp61 FormatToken *&ResetToken, bool &StructuralError)
64 StructuralError(StructuralError),
65 PreviousStructuralError(StructuralError), Token(nullptr) {
76 StructuralError = PreviousStructuralError;
115 bool &StructuralError; member in class:clang::format::__anon1028::ScopedMacroState
211 CurrentLines(&Lines), StructuralError(false), Style(Style),
224 StructuralError = false;
261 return StructuralError;
291 StructuralError
60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, FormatToken *&ResetToken, bool &StructuralError) argument
[all...]
H A DFormat.cpp1209 bool StructuralError = Parser.parse(); local
1219 format(AnnotatedLines, StructuralError, Tokens);
1238 bool StructuralError, FormatTokenLexer &Tokens) {
1237 format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, bool StructuralError, FormatTokenLexer &Tokens) argument

Completed in 83 milliseconds