Searched refs:getFileLoc (Results 1 – 16 of 16) sorted by relevance
62 SourceLocation Loc = SM.getFileLoc(D->getLocation()); in print()72 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc()); in print()
118 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in importedModule()373 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in handleDeclOccurrence()501 FileID FID = SM.getFileID(SM.getFileLoc(Loc)); in shouldIndexMacroOccurrence()
174 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc176 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr); in getFileLoc()
53 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in containsLocation()
75 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)), in shouldImbueLocation()
102 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
1714 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
117 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()119 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()546 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()552 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen) in HandleEndOfFile()
87 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
119 static SourceLocation getFileLoc(UIntTy ID) {392 FullSourceLoc getFileLoc() const;
1120 return SourceLocation::getFileLoc(Entry->getOffset()); in getLocForStartOfFile()1128 return SourceLocation::getFileLoc(Entry->getOffset() + in getLocForEndOfFile()1168 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function1228 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
178 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
118 Loc = Loc.getFileLoc(); in emitDiagnostic()
1260 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()2405 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
6203 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()7594 return Reader.getSourceManager().getFileLoc( in getLocation()
5274 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()