Home
last modified time | relevance | path

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

/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 __anon8ebdf0ce0111::ParseError
/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp116 std::string ParseError; in createInternal() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp132 static bool ParseError(const char *Err, const std::string &Line) { in ParseError() function
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp460 bool ParseError = RangeStr.consumeInteger(0, Begin); check() local
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1803 ParseIntelNamedOperator(StringRef Name,IntelExprStateMachine & SM,bool & ParseError,SMLoc & End) ParseIntelNamedOperator() argument
1845 ParseMasmNamedOperator(StringRef Name,IntelExprStateMachine & SM,bool & ParseError,SMLoc & End) ParseMasmNamedOperator() argument
2017 bool ParseError = false; ParseIntelExpression() local
[all...]
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp714 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
/llvm-project/llvm/include/llvm/Support/
H A DJSON.h901 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h41 ParseError = -32700, enumerator
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp37 TEST(MatchVerifier, ParseError) { in TEST() argument
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1872 __anonf29f16690b02(const SymbolRemappingParseError &ParseError) create() argument
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h49 ParseError = -32700, enumerator
/llvm-project/clang/include/clang/Format/
H A DFormat.h35 enum class ParseError { enum
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp108 bool ParseError = false; member
H A DMasmParser.cpp106 bool ParseError = false; member