Searched refs:getLocForEndOfFile (Results 1 – 18 of 18) sorted by relevance
41 SourceMgr.getLocForEndOfFile(File)); in formatComment()
232 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); in findIdRefsInFile()327 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); in findMacroRefsInFile()392 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); in findIncludesInFile()
6441 SourceLocation End = TU->getSourceManager().getLocForEndOfFile(MainID); in getRawCursorExtent()
247 SM.getLocForEndOfFile(FID), in checkGuardlessHeaders()
305 return SM.getLocForEndOfFile(LocInfo.first) == EndLoc in getLocForEndOfDecl()853 auto End = SM.getLocForEndOfFile(ID); in moveAll()
509 SM.getFileOffset(SM.getLocForEndOfFile(FileId)), LocalEOL, in Process()
256 assert(SM.getLocForEndOfFile(IncludedFile).isFileID()); in includeHashLoc()993 assert(Loc != SM.getLocForEndOfFile(FID)); in locateMacroAt()
252 SM.getLocForEndOfFile(SelFile)), in SelectionTester()
292 End = Sources.getLocForEndOfFile(ID); in fillRanges()
250 auto EndLoc = SourceMgr.getLocForEndOfFile(MainFileID); in TEST_F()
294 SourceLocation ExpectedHeadersLoc = SourceMgr.getLocForEndOfFile(File); in diagnoseMissingHeaderInUmbrellaDir()
661 if (EomLoc == getSourceManager().getLocForEndOfFile(File)) { in ActOnModuleEnd()
1131 SourceLocation getLocForEndOfFile(FileID FID) const { in getLocForEndOfFile() function
421 R.InsertTextAfter(SMgr.getLocForEndOfFile(FileIDs[0]), os.str()); in GenerateHTML()
813 Drain ? SM.getLocForEndOfFile(*Drain) in discard()
123 return SM.getLocForEndOfFile(SM.getDecomposedLoc(Loc).first) == End in getStartOfNextLine()
246 return SM.getLocForEndOfFile(SM.getFileID(Loc)); in getEndOfFileOrMacro()
2561 return SourceMgr->getLocForEndOfFile(FID); in getEndOfPreambleFileID()