OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagContext
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticHandler.h
26
DiagnosticHandler(void *
DiagContext
= nullptr)
27
: DiagnosticContext(
DiagContext
) {}
LLVMContext.h
170
void *
DiagContext
= nullptr, bool RespectFilters = false);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h
91
void *
DiagContext
= nullptr;
111
DiagContext
= Ctx;
115
void *getDiagContext() const { return
DiagContext
; }
VirtualFileSystem.h
506
StringRef YAMLFilePath, void *
DiagContext
= nullptr,
824
void *
DiagContext
, IntrusiveRefCntPtr<FileSystem> ExternalFS);
869
void *
DiagContext
= nullptr,
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h
234
void *
DiagContext
= nullptr;
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp
642
(*DiagHandler)(Severity, MsgStorage.c_str(),
DiagContext
);
661
this->
DiagContext
= Ctxt;
682
(*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(),
DiagContext
);
689
(*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(),
DiagContext
);
/src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp
585
void *
DiagContext
) {
586
llvm::yaml::Input IS(YI, nullptr, Diag,
DiagContext
);
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
1752
StringRef YAMLFilePath, void *
DiagContext
,
1757
SM.setDiagHandler(DiagHandler,
DiagContext
);
2078
StringRef YAMLFilePath, void *
DiagContext
,
2081
YAMLFilePath,
DiagContext
,
2125
void *
DiagContext
,
2128
std::move(Buffer), DiagHandler, YAMLFilePath,
DiagContext
,
SourceMgr.cpp
328
DiagHandler(Diagnostic,
DiagContext
);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFEmitter.cpp
1054
auto CollectDiagnostic = [](const SMDiagnostic &Diag, void *
DiagContext
) {
1055
*static_cast<SMDiagnostic *>(
DiagContext
) = Diag;
Completed in 26 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026