Searched refs:SLocEntry (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 481 class SLocEntry { 492 SLocEntry() : Offset(), IsExpansion(), File() {} in SLocEntry() function 500 return const_cast<SLocEntry *>(this)->getFile(); in getFile() 514 static SLocEntry getOffsetOnly(SourceLocation::UIntTy Offset) { in getOffsetOnly() 516 SLocEntry E; in getOffsetOnly() 521 static SLocEntry get(SourceLocation::UIntTy Offset, const FileInfo &FI) { in get() 523 SLocEntry E; in get() 530 static SLocEntry get(SourceLocation::UIntTy Offset, in get() 533 SLocEntry E; in get() 721 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 273 SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() 432 const SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index, in loadSLocEntry() 437 SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index, bool *Invalid) { in loadSLocEntry() 446 FakeSLocEntryForRecovery = std::make_unique<SLocEntry>(SLocEntry::get( in loadSLocEntry() 605 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl() 634 SLocEntry::get(NextLocalOffset, in createFileIDImpl() 686 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl() 691 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl() 759 if (const SrcMgr::SLocEntry *Entry = getSLocEntryForFile(FID)) in getNonBuiltinFilenameForID() 774 if (const SrcMgr::SLocEntry *Entry = getSLocEntryForFile(FID)) in getBufferDataIfLoaded() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 133 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in importedModule() 385 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in handleDeclOccurrence() 513 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); in shouldIndexMacroOccurrence()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 997 const SrcMgr::SLocEntry &BeginEntry = SM.getSLocEntry(SM.getFileID(Begin), in makeFileCharRange() 1003 const SrcMgr::SLocEntry &EndEntry = SM.getSLocEntry(SM.getFileID(End), in makeFileCharRange() 1064 const SrcMgr::SLocEntry *E = &SM.getSLocEntry(FID); in getImmediateMacroName()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 1123 SrcMgr::SLocEntry SE = Mgr.getSourceManager().getSLocEntry(SLInfo.first); in VisitObjCMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1841 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles() 2356 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock() 5493 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles() 5553 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles()
|
| H A D | ASTReader.cpp | 1740 SrcMgr::SLocEntry::getOffsetOnly(*MaybeEntryOffset); in getSLocEntryID()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1380 const SrcMgr::SLocEntry &SLoc = SourceMgr.getSLocEntry(ModuleMapFID); in cloneForModuleCompile()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 309 SrcMgr::SLocEntry SE = SM.getSLocEntry(TLInfo.first); in isFunctionMacroExpansion()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4018 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 10304 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11590 …ng::SourceManager::getDecomposedInstantiationLocSlowCase(clang::SrcMgr::SLocEntry const*, unsigned… 11591 … "clang::SourceManager::getDecomposedSpellingLocSlowCase(clang::SrcMgr::SLocEntry const*, unsigned… 11617 …SLocEntry, std::allocator<clang::SrcMgr::SLocEntry>>::_M_insert_aux(__gnu_cxx::__normal_iterator<c… 11618 …SLocEntry, std::allocator<clang::SrcMgr::SLocEntry>>::_M_fill_insert(__gnu_cxx::__normal_iterator<…
|