Home
last modified time | relevance | path

Searched refs:getDiagnosticContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h188 void *getDiagnosticContext() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DLLVMContext.cpp174 void *LLVMContext::getDiagnosticContext() const { in getDiagnosticContext() function in LLVMContext
DCore.cpp98 return unwrap(C)->getDiagnosticContext(); in LLVMContextGetDiagnosticContext()