Searched refs:ErrOut (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 244 llvm::Error &ErrOut, in Interpreter() argument 247 llvm::ErrorAsOutParameter EAO(&ErrOut); in Interpreter() 251 *this, std::move(CI), *TSCtx->getContext(), ErrOut); in Interpreter() 252 if (ErrOut) in Interpreter() 258 ErrOut = joinErrors(std::move(ErrOut), std::move(Err)); in Interpreter() 266 ErrOut = joinErrors(std::move(ErrOut), std::move(Err)); in Interpreter()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9489 ASTImportError ErrOut; in Import() local 9491 [&ErrOut](const ASTImportError &E) { ErrOut = E; }); in Import() 9492 setImportDeclError(FromD, ErrOut); in Import() 9495 SharedState->setImportDeclError(Pos->second, ErrOut); in Import() 9513 setImportDeclError(FromDi, ErrOut); in Import() 9518 SharedState->setImportDeclError(Ii->second, ErrOut); in Import() 9526 return make_error<ASTImportError>(ErrOut); in Import()
|