Home
last modified time | relevance | path

Searched defs:setSourceManager (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h274 void setSourceManager(SourceManager &SM) { in setSourceManager() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp220 void ClangTidyContext::setSourceManager(SourceManager *SourceMgr) { in setSourceManager() function in ClangTidyContext
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h584 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp166 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance