Searched defs:ByteCodeGenError (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeGenError.h21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> { struct in namespace:clang::interp
23 ByteCodeGenError(SourceLocation Loc) : Loc(Loc) {} function in struct:clang::interp::ByteCodeGenError
24 ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->getBeginLoc()) {} function in struct:clang::interp::ByteCodeGenError
25 ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->getBeginLoc()) {} function in struct:clang::interp::ByteCodeGenError

Completed in 186 milliseconds