Home
last modified time | relevance | path

Searched refs:setSourceManager (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp84 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
91 Instance.setSourceManager(&SM); in onBodySynthesis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp59 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
106 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
144 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
864 setSourceManager(SM); in UpdateParsedFileStatus()
H A DFrontendAction.cpp645 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
999 CI.setSourceManager(nullptr); in EndSourceFile()
H A DASTUnit.cpp1158 Clang->setSourceManager(&getSourceManager()); in Parse()
1431 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1578 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2194 Clang->setSourceManager(&SourceMgr); in CodeComplete()
H A DPrecompiledPreamble.cpp319 Clang->setSourceManager( in Build()
H A DCompilerInstance.cpp102 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() function in CompilerInstance
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h230 void setSourceManager(SourceManager &SM) { in setSourceManager() function
H A DCompilerInstance.h440 void setSourceManager(SourceManager *Value);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp138 CI.setSourceManager(nullptr); in BeginInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp226 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h527 void setSourceManager(SourceManager *SrcMgr) { in setSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp319 Diag.setSourceManager(this); in SourceManager()