Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h467 class SLocEntry {
477 SLocEntry() : Offset(), IsExpansion(), File() {} in SLocEntry() function
496 SLocEntry E; in get()
503 static SLocEntry get(SourceLocation::UIntTy Offset, in get()
506 SLocEntry E; in get()
684 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable;
690 SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable;
1697 const SrcMgr::SLocEntry &getSLocEntry(FileID FID,
1788 const SrcMgr::SLocEntry &getSLocEntryByID(int ID,
1796 const SrcMgr::SLocEntry &
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp443 FakeSLocEntryForRecovery = std::make_unique<SLocEntry>(SLocEntry::get( in loadSLocEntry()
608 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
620 SLocEntry::get(NextLocalOffset, in createFileIDImpl()
795 const SrcMgr::SLocEntry *I; in getFileIDLocal()
885 const SrcMgr::SLocEntry &E = getLoadedSLocEntry(I); in getFileIDLoaded()
1360 const SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getLineNumber()
1600 const SLocEntry *Entry = getSLocEntryForFile(LocInfo.first); in isInMainFile()
1677 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()
1685 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile()
1707 const SLocEntry &Entry = getSLocEntry(FID, &Invalid); in translateLineCol()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp123 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in importedModule()
378 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in handleDeclOccurrence()
506 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in shouldIndexMacroOccurrence()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp934 const SrcMgr::SLocEntry &BeginEntry = SM.getSLocEntry(SM.getFileID(Begin), in makeFileCharRange()
940 const SrcMgr::SLocEntry &EndEntry = SM.getSLocEntry(SM.getFileID(End), in makeFileCharRange()
1001 const SrcMgr::SLocEntry *E = &SM.getSLocEntry(FID); in getImmediateMacroName()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1134 SrcMgr::SLocEntry SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first); in VisitObjCMessageExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp279 SrcMgr::SLocEntry SE = SM.getSLocEntry(TLInfo.first); in isFunctionMacroExpansion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1450 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()
1948 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4210 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8970 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import()