Searched refs:getFileLoc (Results 1 – 18 of 18) sorted by relevance
44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category); in isBlacklistedLocation()
1740 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
331 SourceLocation SpellLoc = SM.getFileLoc(Loc); in clang_getSpellingLocation()367 SourceLocation FileLoc = SM.getFileLoc(Loc); in clang_getFileLocation()
940 SourceLocation FileLoc = SM.getFileLoc(Loc); in isNotFromSourceFile()1020 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); in markEntityOccurrenceInFile()1113 Loc = SM.getFileLoc(Loc); in translateLoc()
236 FID = SM.getFileID(SM.getFileLoc(R.getBegin())); in visitPreprocessedEntitiesInRange()237 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd()))) in visitPreprocessedEntitiesInRange()254 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), in visitFileRegion()255 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd())); in visitFileRegion()
68 Loc = SM.getFileLoc(Loc); in importedModule()245 Loc = SM.getFileLoc(Loc); in handleDeclOccurrence()
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()
400 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
220 insert_loc = rewriter_.getSourceMgr().getFileLoc(insert_loc); in VisitFunctionDecl()
697 auto real_start_loc = rewriter_.getSourceMgr().getFileLoc(GET_BEGINLOC(D)); in VisitFunctionDecl()947 auto start_loc = rewriter_.getSourceMgr().getFileLoc(GET_BEGINLOC(Decl)); in VisitCallExpr()
1013 return SourceLocation::getFileLoc(FileOffset); in getLocForStartOfFile()1025 return SourceLocation::getFileLoc(FileOffset + getFileIDSize(FID)); in getLocForEndOfFile()1066 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
115 Loc = SM->getFileLoc(Loc); in emitDiagnostic()
1306 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()2594 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
5092 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()6589 return Reader.getSourceManager().getFileLoc( in getLocation()
5040 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()