Home
last modified time | relevance | path

Searched defs:StructuralError (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.h163 bool StructuralError; variable
DUnwrappedLineParser.cpp61 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState()
115 bool &StructuralError; member in clang::format::__anon6af56abf0111::ScopedMacroState
DFormat.cpp1209 bool StructuralError = Parser.parse(); in format() local
1238 bool StructuralError, FormatTokenLexer &Tokens) { in format()