Searched refs:ByteCodeGenError (Results 1 – 8 of 8) sorted by relevance
21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> { struct23 ByteCodeGenError(SourceLocation Loc) : Loc(Loc) {} in ByteCodeGenError() argument24 ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->getBeginLoc()) {} in ByteCodeGenError() argument25 ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->getBeginLoc()) {} in ByteCodeGenError() function
35 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) { in isPotentialConstantExpr()125 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) { in Check()
14 char ByteCodeGenError::ID;
33 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretExpr()41 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretDecl()
63 return llvm::make_error<ByteCodeGenError>(*BailLocation); in compileFunc()
91 ByteCodeGenError.cpp \
61 Interp/ByteCodeGenError.cpp
87 "Interp/ByteCodeGenError.cpp",