Home
last modified time | relevance | path

Searched refs:getFileLoc (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp62 SourceLocation Loc = SM.getFileLoc(D->getLocation()); in print()
72 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc()); in print()
H A DIndexingContext.cpp118 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp174 FullSourceLoc FullSourceLoc::getFileLoc() const { in getFileLoc() function in FullSourceLoc
176 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr); in getFileLoc()
H A DNoSanitizeList.cpp53 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category); in containsLocation()
H A DXRayLists.cpp75 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)), in shouldImbueLocation()
H A DProfileList.cpp102 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind); in isLocationExcluded()
H A DSourceManager.cpp1714 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset()); in translateLineCol()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp117 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()
H A DPreprocessingRecord.cpp87 return SM.isInFileID(SM.getFileLoc(Loc), FID); in isPreprocessedEntityIfInFileID()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h119 static SourceLocation getFileLoc(UIntTy ID) {
392 FullSourceLoc getFileLoc() const;
H A DSourceManager.h1120 return SourceLocation::getFileLoc(Entry->getOffset()); in getLocForStartOfFile()
1128 return SourceLocation::getFileLoc(Entry->getOffset() + in getLocForEndOfFile()
1168 SourceLocation getFileLoc(SourceLocation Loc) const { in getFileLoc() function
1228 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset) in getComposedLoc()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h178 SourceLocation getFileLoc() const { return FileLoc; } in getFileLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp118 Loc = Loc.getFileLoc(); in emitDiagnostic()
H A DASTUnit.cpp1260 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation()); in makeStandaloneDiagnostic()
2405 SourceLocation FileLoc = SM.getFileLoc(Loc); in addFileLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6203 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID)) in isPreprocessedEntityInFileID()
7594 return Reader.getSourceManager().getFileLoc( in getLocation()
H A DASTWriter.cpp5274 SourceLocation FileLoc = SM.getFileLoc(Loc); in associateDeclWithFile()