Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 __anon28198e1b0111::ParseError
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp105 std::string ParseError; createInternal() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp132 static bool ParseError(const char *Err, const std::string &Line) { in ParseError() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1809 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator()
1851 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator()
2020 bool ParseError = false; in ParseIntelExpression() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp714 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h901 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1873 std::move(E), [&](const SymbolRemappingParseError &ParseError) { in create()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h35 enum class ParseError { enum
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp108 bool ParseError = false; member
H A DMasmParser.cpp106 bool ParseError = false; member