Searched refs:LoadedOffset (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 536 SourceLocation::UIntTy LoadedOffset) { in createFileID() argument 538 LoadedID, LoadedOffset); in createFileID() 545 SourceLocation::UIntTy LoadedOffset) { in createFileID() argument 555 LoadedID, LoadedOffset); in createFileID() 565 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 579 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 582 LoadedID, LoadedOffset, IncludeLoc); in createFileID() 643 SourceLocation::UIntTy LoadedOffset) { in createExpansionLoc() argument 646 return createExpansionLocImpl(Info, Length, LoadedID, LoadedOffset); in createExpansionLoc() 668 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 873 SourceLocation::UIntTy LoadedOffset = 0); 878 SourceLocation::UIntTy LoadedOffset = 0); 886 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 895 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 922 SourceLocation::UIntTy LoadedOffset = 0); 1822 SourceLocation::UIntTy LoadedOffset = 0); 1861 SourceLocation::UIntTy LoadedOffset);
|