Searched refs:getFileLoc (Results 1 – 15 of 15) sorted by relevance
59 SourceLocation Loc = SM.getFileLoc(D->getLocation()); in print()69 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc()); in print()
133 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()141 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()558 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()564 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen) in HandleEndOfFile()
88 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
58 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in containsLocation()
75 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)), in shouldImbueLocation()
1667 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()2269 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
120 static SourceLocation getFileLoc(UIntTy ID) {392 FullSourceLoc getFileLoc() const;
1156 return SourceLocation::getFileLoc(Entry->getOffset()); in getLocForStartOfFile()1164 return SourceLocation::getFileLoc(Entry->getOffset() + in getLocForEndOfFile()1204 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function1264 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
183 auto FileLoc = SM.getFileLoc(Loc); in operator ()()
117 Loc = Loc.getFileLoc(); in emitDiagnostic()
1305 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()2453 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
111 auto FileLoc = SrcMgr.getFileLoc(Loc); in getAccessForDecl()
395 Loc = SM.getFileLoc(Loc); in gatherFileIDs()397 Region.setEndLoc(SM.getFileLoc(Region.getEndLoc())); in gatherFileIDs()
6490 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()7990 return Reader.getSourceManager().getFileLoc( in getLocation()
6313 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()