Searched refs:LoadedOffset (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | SourceManager.cpp | 537 SourceLocation::UIntTy LoadedOffset) { in createFileID() argument 539 LoadedID, LoadedOffset); in createFileID() 546 SourceLocation::UIntTy LoadedOffset) { in createFileID() argument 556 LoadedID, LoadedOffset); in createFileID() 566 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 580 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 583 LoadedID, LoadedOffset, IncludeLoc); in createFileID() 645 SourceLocation::UIntTy LoadedOffset) { in createExpansionLoc() argument 648 return createExpansionLocImpl(Info, Length, LoadedID, LoadedOffset); in createExpansionLoc() 670 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | SourceManager.h | 884 SourceLocation::UIntTy LoadedOffset = 0); 889 SourceLocation::UIntTy LoadedOffset = 0); 897 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 906 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 933 SourceLocation::UIntTy LoadedOffset = 0); 1847 SourceLocation::UIntTy LoadedOffset = 0); 1886 SourceLocation::UIntTy LoadedOffset);
|