Home
last modified time | relevance | path

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

/freebsd-src/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 __anon9b1ddaed0111::ParseError
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp116 std::string ParseError; in createInternal() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1801 ParseIntelNamedOperator(StringRef Name,IntelExprStateMachine & SM,bool & ParseError,SMLoc & End) ParseIntelNamedOperator() argument
1843 ParseMasmNamedOperator(StringRef Name,IntelExprStateMachine & SM,bool & ParseError,SMLoc & End) ParseMasmNamedOperator() argument
2015 bool ParseError = false; ParseIntelExpression() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp691 Error ParseError = getLocationTable().visitAbsoluteLocationList( findLoclistFromOffset() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h899 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) ParseError() function
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1872 __anonfeff00880b02(const SymbolRemappingParseError &ParseError) create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h35 enum class ParseError { enum
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp108 bool ParseError = false; member
H A DMasmParser.cpp106 bool ParseError = false; member