Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h161 bool StructuralError; variable
H A DUnwrappedLineParser.cpp59 FormatToken *&ResetToken, bool &StructuralError) in ScopedMacroState()
113 bool &StructuralError; member in clang::format::__anon7e7ac7f00111::ScopedMacroState
H A DFormat.cpp1081 bool StructuralError = Parser.parse(); in format() local
1110 bool StructuralError, FormatTokenLexer &Tokens) { in format()