Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
92 Instance.setSourceManager(&SM); in onBodySynthesis()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp85 Instance.getDiagnostics().setSourceManager(&SM); in onBodySynthesis()
90 Instance.setSourceManager(&SM); in onBodySynthesis()
/external/clang/lib/Frontend/
DFrontendAction.cpp225 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
438 CI.setSourceManager(nullptr); in BeginSourceFile()
520 CI.setSourceManager(nullptr); in EndSourceFile()
DVerifyDiagnosticConsumer.cpp38 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
80 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
117 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
778 setSourceManager(SM); in UpdateParsedFileStatus()
DASTUnit.cpp1106 Clang->setSourceManager(&getSourceManager()); in Parse()
1570 Clang->setSourceManager(new SourceManager(getDiagnostics(), in getMainBufferWithPrecompiledPreamble()
1674 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1821 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2400 Clang->setSourceManager(&SourceMgr); in CodeComplete()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h225 void setSourceManager(SourceManager &SM) { in setSourceManager() function
DCompilerInstance.h424 void setSourceManager(SourceManager *Value);
/external/llvm-project/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h274 void setSourceManager(SourceManager &SM) { in setSourceManager() function
DCompilerInstance.h433 void setSourceManager(SourceManager *Value);
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h110 void setSourceManager(SourceManager *SourceMgr);
DExpandModularHeadersPPCallbacks.cpp81 Diags.setSourceManager(&Sources); in ExpandModularHeadersPPCallbacks()
DClangTidyDiagnosticConsumer.cpp195 void ClangTidyContext::setSourceManager(SourceManager *SourceMgr) { in setSourceManager() function in ClangTidyContext
196 DiagEngine->setSourceManager(SourceMgr); in setSourceManager()
DClangTidy.cpp383 Context.setSourceManager(SM); in CreateASTConsumer()
/external/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp668 setSourceManager(Diags.getSourceManager()); in VerifyDiagnosticConsumer()
689 setSourceManager(PP->getSourceManager()); in BeginSourceFile()
730 setSourceManager(Info.getSourceManager()); in HandleDiagnostic()
1027 setSourceManager(SM); in UpdateParsedFileStatus()
DFrontendAction.cpp659 CI.setSourceManager(&AST->getSourceManager()); in BeginSourceFile()
1019 CI.setSourceManager(nullptr); in EndSourceFile()
DASTUnit.cpp1190 Clang->setSourceManager(&getSourceManager()); in Parse()
1457 CI.setSourceManager(nullptr); in transferASTDataFromCompilerInstance()
1604 Clang->setSourceManager(&AST->getSourceManager()); in LoadFromCompilerInvocationAction()
2224 Clang->setSourceManager(&SourceMgr); in CodeComplete()
DPrecompiledPreamble.cpp398 Clang->setSourceManager( in Build()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp132 CI.setSourceManager(nullptr); in BeginInvocation()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DClangTidyTest.h59 Context.setSourceManager(&Compiler.getSourceManager());
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTestBase.cpp146 Compiler.setSourceManager(SourceMgr.get()); in buildTree()
DTokensTest.cpp137 Compiler.setSourceManager(SourceMgr.get()); in recordTokens()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp142 CI.setSourceManager(nullptr); in BeginInvocation()
/external/llvm-project/clang/lib/ARCMigrate/
DARCMT.cpp226 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/external/clang/lib/ARCMigrate/
DARCMT.cpp227 Diags->setSourceManager(&PP.getSourceManager()); in emitPremigrationErrors()
/external/clang/include/clang/Basic/
DDiagnostic.h384 void setSourceManager(SourceManager *SrcMgr) { SourceMgr = SrcMgr; } in setSourceManager() function

12