Lines Matching defs:SM
87 std::string MakeAbsolutePath(const SourceManager &SM, StringRef Path) { in MakeAbsolutePath()
128 explicit FindAllIncludes(SourceManager *SM, ClangMoveTool *const MoveTool) in FindAllIncludes()
145 const SourceManager &SM; member in clang::move::__anon441e22450111::FindAllIncludes
231 SourceManager *SM = &Result.Context->getSourceManager(); in run() local
243 void MatchClassMethod(const CXXMethodDecl *CMD, SourceManager *SM) { in MatchClassMethod()
258 void MatchClassStaticVariable(const NamedDecl *VD, SourceManager *SM) { in MatchClassStaticVariable()
262 void MatchClassDeclaration(const CXXRecordDecl *CD, SourceManager *SM) { in MatchClassDeclaration()
281 const auto &SM = D->getASTContext().getSourceManager(); in getLocForEndOfDecl() local
314 const auto &SM = D->getASTContext().getSourceManager(); in getFullRange() local
330 const auto &SM = D->getASTContext().getSourceManager(); in getDeclarationSourceText() local
338 const auto &SM = D->getASTContext().getSourceManager(); in isInHeaderFile() local
493 const auto &SM = Decl->getASTContext().getSourceManager(); in addRemovedDecl() local
694 const SourceManager &SM) { in addIncludes()
750 const auto &SM = RemovedDecl->getASTContext().getSourceManager(); in removeDeclsInOldFiles() local
760 const auto &SM = RemovedDecls[0]->getASTContext().getSourceManager(); in removeDeclsInOldFiles() local
845 void ClangMoveTool::moveAll(SourceManager &SM, StringRef OldFile, in moveAll()
926 auto &SM = RemovedDecls[0]->getASTContext().getSourceManager(); in onEndOfTranslationUnit() local