HomeSort by: relevance | last modified time | path
    Searched refs:setSourceManager (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 85 Instance.getDiagnostics().setSourceManager(&SM);
90 Instance.setSourceManager(&SM);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 274 void setSourceManager(SourceManager &SM) {
CompilerInstance.h 431 /// setSourceManager - Replace the current source manager.
432 void setSourceManager(SourceManager *Value);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 667 setSourceManager(Diags.getSourceManager());
688 setSourceManager(PP->getSourceManager());
729 setSourceManager(Info.getSourceManager());
1026 setSourceManager(SM);
FrontendAction.cpp 661 CI.setSourceManager(&AST->getSourceManager());
1021 CI.setSourceManager(nullptr);
ASTUnit.cpp 1179 Clang->setSourceManager(&getSourceManager());
1446 CI.setSourceManager(nullptr);
1585 Clang->setSourceManager(&AST->getSourceManager());
2197 Clang->setSourceManager(&SourceMgr);
PrecompiledPreamble.cpp 390 Clang->setSourceManager(
CompilerInstance.cpp 164 void CompilerInstance::setSourceManager(SourceManager *Value) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 142 CI.setSourceManager(nullptr);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp 226 Diags->setSourceManager(&PP.getSourceManager());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 340 Diagnostics.setSourceManager(&SrcMgr);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 582 void setSourceManager(SourceManager *SrcMgr) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 314 Diag.setSourceManager(this);

Completed in 75 milliseconds