Searched refs:getFileLoc (Results 1 – 15 of 15) sorted by relevance
44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category); in isBlacklistedLocation()
1733 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
128 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()130 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()451 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
77 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
319 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
336 SourceLocation SpellLoc = SM.getFileLoc(Loc); in clang_getSpellingLocation()373 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation()
716 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile()796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); in markEntityOccurrenceInFile()892 Loc = SM.getFileLoc(Loc); in translateLoc()
239 FID = SM.getFileID(SM.getFileLoc(R.getBegin())); in visitPreprocessedEntitiesInRange()240 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd()))) in visitPreprocessedEntitiesInRange()257 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), in visitFileRegion()258 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd())); in visitFileRegion()
1005 return SourceLocation::getFileLoc(FileOffset); in getLocForStartOfFile()1017 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID)); in getLocForEndOfFile()1058 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function
117 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function
134 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
157 Loc = SM->getFileLoc(Loc); in emitDiagnostic()
1308 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()2584 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
5070 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()6587 return Reader.getSourceManager().getFileLoc( in getLocation()
4997 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()