Home
last modified time | relevance | path

Searched refs:OutFn (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h134 LLVMValueRef *OutFn);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp269 LLVMValueRef *OutFn) { in LLVMFindFunction() argument
271 *OutFn = wrap(F); in LLVMFindFunction()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.h121 llvm::function_ref<void(clangd::Diagnostic, llvm::ArrayRef<Fix>)> OutFn);
H A DDiagnostics.cpp461 llvm::function_ref<void(clangd::Diagnostic, llvm::ArrayRef<Fix>)> OutFn) { in toLSPDiags() argument
527 OutFn(std::move(Main), D.Fixes); in toLSPDiags()
539 OutFn(std::move(Res), llvm::ArrayRef<Fix>()); in toLSPDiags()