Lines Matching refs:SM

21   SourceManager &SM;  member in __anonfb3caf500111::HeaderIncludesCallback
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
80 SourceManager &SM; member in __anonfb3caf500111::HeaderIncludesJSONCallback
88 : SM(PP->getSourceManager()), OutputFile(OutputFile_), in HeaderIncludesJSONCallback()
115 SourceManager &SM; member in __anonfb3caf500111::HeaderIncludesDirectPerFileCallback
126 : SM(PP->getSourceManager()), HSI(PP->getHeaderSearchInfo()), in HeaderIncludesDirectPerFileCallback()
261 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
312 OptionalFileEntryRef FE = SM.getFileEntryRefForID(SM.getMainFileID()); in EndOfMainFile()
316 SM.getFileManager().makeAbsolutePath(MainFile); in EndOfMainFile()
345 SourceLocation PrevLoc, SourceManager &SM) { in shouldRecordNewFile() argument
346 return SrcMgr::isSystem(NewFileType) && !SM.isInSystemHeader(PrevLoc); in shouldRecordNewFile()
353 !shouldRecordNewFile(NewFileType, SM.getLocForStartOfFile(PrevFID), SM)) in FileChanged()
358 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
370 if (!shouldRecordNewFile(FileType, FilenameTok.getLocation(), SM)) in FileSkipped()
423 SourceLocation Loc = SM.getExpansionLoc(HashLoc); in InclusionDirective()
424 if (SM.isInSystemHeader(Loc)) in InclusionDirective()
426 OptionalFileEntryRef FromFile = SM.getFileEntryRefForID(SM.getFileID(Loc)); in InclusionDirective()
439 SourceLocation Loc = SM.getExpansionLoc(ImportLoc); in moduleImport()
440 if (SM.isInSystemHeader(Loc)) in moduleImport()
442 OptionalFileEntryRef FromFile = SM.getFileEntryRefForID(SM.getFileID(Loc)); in moduleImport()