Searched refs:LoadedOffset (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 537 SourceLocation::UIntTy LoadedOffset) { in createFileID() argument 547 LoadedID, LoadedOffset); in createFileID() 557 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 561 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID() 571 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 574 LoadedID, LoadedOffset, IncludeLoc); in createFileID() 636 SourceLocation::UIntTy LoadedOffset) { in createExpansionLoc() argument 639 return createExpansionLocImpl(Info, Length, LoadedID, LoadedOffset); in createExpansionLoc() 655 SourceLocation::UIntTy LoadedOffset) { in createExpansionLocImpl() argument 661 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 914 SourceLocation::UIntTy LoadedOffset = 0); 922 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 931 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 958 SourceLocation::UIntTy LoadedOffset = 0); 1874 SourceLocation::UIntTy LoadedOffset = 0); 1913 SourceLocation::UIntTy LoadedOffset);
|