Searched refs:LoadedOffset (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 550 SourceLocation::UIntTy LoadedOffset) { in createFileID() argument 560 LoadedID, LoadedOffset); in createFileID() 570 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 574 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID() 584 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 587 LoadedID, LoadedOffset, IncludeLoc); in createFileID() 607 SourceLocation::UIntTy LoadedOffset) { in createFileIDImpl() argument 614 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl() 650 SourceLocation::UIntTy LoadedOffset) { in createExpansionLoc() argument 653 return createExpansionLocImpl(Info, Length, LoadedID, LoadedOffset); in createExpansionLoc() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 918 SourceLocation::UIntTy LoadedOffset = 0); 926 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 935 int LoadedID = 0, SourceLocation::UIntTy LoadedOffset = 0, 962 SourceLocation::UIntTy LoadedOffset = 0); 1917 SourceLocation::UIntTy LoadedOffset = 0); 1956 SourceLocation::UIntTy LoadedOffset);
|