Searched refs:getFileLoc (Results 1 – 14 of 14) sorted by relevance
156 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc158 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr); in getFileLoc()
49 isBlacklistedFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in isBlacklistedLocation()
67 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)), in shouldImbueLocation()
1698 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
119 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()121 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()500 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()506 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen) in HandleEndOfFile()
88 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
117 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function366 FullSourceLoc getFileLoc() const;
1074 return SourceLocation::getFileLoc(FileOffset); in getLocForStartOfFile()1086 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID)); in getLocForEndOfFile()1127 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function1188 return Entry.isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
108 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in importedModule()353 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in handleDeclOccurrence()
175 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
119 Loc = Loc.getFileLoc(); in emitDiagnostic()
1246 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()2403 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
5661 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()7478 return Reader.getSourceManager().getFileLoc( in getLocation()
5576 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()