Home
last modified time | relevance | path

Searched defs:ParseError (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DParsing.cpp59 class ParseError : public llvm::ErrorInfo<ParseError> { class
64 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError() function in __anon2c36a7b20111::ParseError
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp108 std::string ParseError; in createInternal() local
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp132 static bool ParseError(const char *Err, const std::string &Line) { in ParseError() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1800 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator()
1842 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator()
2014 bool ParseError = false; in ParseIntelExpression() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp702 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h878 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1901 std::move(E), [&](const SymbolRemappingParseError &ParseError) { in create()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h35 enum class ParseError { enum
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp107 bool ParseError = false; member
H A DMasmParser.cpp106 bool ParseError = false; member