Home
last modified time | relevance | path

Searched refs:SLocEntry (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h481 class SLocEntry {
492 SLocEntry() : Offset(), IsExpansion(), File() {} in SLocEntry() function
512 SLocEntry E; in getOffsetOnly()
519 SLocEntry E; in get()
526 static SLocEntry get(SourceLocation::UIntTy Offset, in get()
529 SLocEntry E; in get()
717 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable;
1087 getFileEntryForSLocEntry(const SrcMgr::SLocEntry &SLocEntry) const { in getFileEntryForSLocEntry() argument
1749 const SrcMgr::SLocEntry &getSLocEntry(FileID FID,
1840 const SrcMgr::SLocEntry &getSLocEntryByID(int ID,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp279 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote()
442 FakeSLocEntryForRecovery = std::make_unique<SLocEntry>(SLocEntry::get( in loadSLocEntry()
600 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
613 SLocEntry::get(NextLocalOffset, in createFileIDImpl()
1298 const SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getLineNumber()
1413 const SLocEntry *SEntry = getSLocEntryForFile(LocInfo.first); in getFileCharacteristic()
1538 const SLocEntry *Entry = getSLocEntryForFile(LocInfo.first); in isInMainFile()
1615 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()
1623 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile()
1645 const SLocEntry &Entry = getSLocEntry(FID, &Invalid); in translateLineCol()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp121 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in importedModule()
373 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in handleDeclOccurrence()
501 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in shouldIndexMacroOccurrence()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp956 const SrcMgr::SLocEntry &BeginEntry = SM.getSLocEntry(SM.getFileID(Begin), in makeFileCharRange()
962 const SrcMgr::SLocEntry &EndEntry = SM.getSLocEntry(SM.getFileID(End), in makeFileCharRange()
1023 const SrcMgr::SLocEntry *E = &SM.getSLocEntry(FID); in getImmediateMacroName()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1129 SrcMgr::SLocEntry SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first); in VisitObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1632 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()
2151 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()
4691 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in collectNonAffectingInputFiles()
H A DASTReader.cpp1521 SrcMgr::SLocEntry::getOffsetOnly(*MaybeEntryOffset); in getSLocEntryID()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp309 SrcMgr::SLocEntry SE = SM.getSLocEntry(TLInfo.first); in isFunctionMacroExpansion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4463 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9847 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import()