Home
last modified time | relevance | path

Searched refs:ByteCodeGenError (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeGenError.h21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> { struct
23 ByteCodeGenError(SourceLocation Loc) : Loc(Loc) {} in ByteCodeGenError() function
24 ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->getBeginLoc()) {} in ByteCodeGenError() argument
25 ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->getBeginLoc()) {} in ByteCodeGenError() argument
H A DContext.cpp35 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) { in isPotentialConstantExpr()
125 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) { in Check()
H A DByteCodeGenError.cpp14 char ByteCodeGenError::ID;
H A DEvalEmitter.cpp33 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretExpr()
41 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretDecl()
H A DByteCodeEmitter.cpp64 return llvm::make_error<ByteCodeGenError>(*BailLocation); in compileFunc()
/llvm-project-15.0.7/clang/lib/AST/
H A DCMakeLists.txt67 Interp/ByteCodeGenError.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn95 "Interp/ByteCodeGenError.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt325 clang/lib/AST/Interp/ByteCodeGenError.cpp
326 clang/lib/AST/Interp/ByteCodeGenError.h