Searched refs:ByteCodeGenError (Results 1 – 9 of 9) sorted by relevance
21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> { struct23 ByteCodeGenError(SourceRange Range) : Range(Range) {} in ByteCodeGenError() argument24 ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->getSourceRange()) {} in ByteCodeGenError() argument25 ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->getSourceRange()) {} in ByteCodeGenError() argument
36 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) { in isPotentialConstantExpr()138 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) { in Check()
14 char ByteCodeGenError::ID;
34 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretExpr()42 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretDecl()
83 return llvm::make_error<ByteCodeGenError>(*BailLocation); in compileFunc()
68 Interp/ByteCodeGenError.cpp
99 ByteCodeGenError.cpp \
96 "Interp/ByteCodeGenError.cpp",
323 clang/lib/AST/Interp/ByteCodeGenError.cpp324 clang/lib/AST/Interp/ByteCodeGenError.h