Searched refs:LoadedOffset (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/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 570 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID() 580 SourceLocation::UIntTy LoadedOffset, in createFileID() argument 583 LoadedID, LoadedOffset, IncludeLoc); in createFileID() 603 SourceLocation::UIntTy LoadedOffset) { in createFileIDImpl() argument 610 LoadedOffset, FileInfo::get(IncludePos, File, FileCharacter, Filename)); in createFileIDImpl() [all …]
|
| /openbsd-src/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);
|