Searched refs:getFileLoc (Results 1 – 15 of 15) sorted by relevance
44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category); in isBlacklistedLocation()
1725 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
127 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()129 Callbacks->FileChanged(CurLexer->getFileLoc(), in EnterSourceFileWithLexer()437 if (CurLexer->getFileLoc() == CodeCompletionFileLoc) in HandleEndOfFile()
76 if (SM.isInFileID(SM.getFileLoc(Loc), FID)) in isPreprocessedEntityIfInFileID()
329 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()
238 FID = SM.getFileID(SM.getFileLoc(R.getBegin())); in visitPreprocessedEntitiesInRange()239 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()
994 return SourceLocation::getFileLoc(FileOffset); in getLocForStartOfFile()1006 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID)); in getLocForEndOfFile()1047 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function
116 static SourceLocation getFileLoc(unsigned ID) { in getFileLoc() function
134 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
157 Loc = SM->getFileLoc(Loc); in emitDiagnostic()
1304 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()2577 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
5060 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()6405 return Reader.getSourceManager().getFileLoc( in getLocation()
5168 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()