Home
last modified time | relevance | path

Searched refs:NextLocalOffset (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp75 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()
82 NextLocalOffset += sizeof(Block); in createLocal()
83 unsigned Location = NextLocalOffset; in createLocal()
84 NextLocalOffset += align(D->getAllocSize()); in createLocal()
H A DByteCodeEmitter.h84 unsigned NextLocalOffset = 0; variable
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp349 NextLocalOffset = 0; in clearIDTables()
458 if (CurrentLoadedOffset - TotalSize < NextLocalOffset) in AllocateLoadedSLocEntries()
614 if (!(NextLocalOffset + FileSize + 1 > NextLocalOffset && in createFileIDImpl()
620 SLocEntry::get(NextLocalOffset, in createFileIDImpl()
624 NextLocalOffset += FileSize + 1; in createFileIDImpl()
673 assert(NextLocalOffset + Length + 1 > NextLocalOffset && in createExpansionLocImpl()
674 NextLocalOffset + Length + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
677 NextLocalOffset += Length + 1; in createExpansionLocImpl()
770 if (SLocOffset < NextLocalOffset) in getFileIDSlow()
780 assert(SLocOffset < NextLocalOffset && "Bad function choice"); in getFileIDLocal()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h696 SourceLocation::UIntTy NextLocalOffset; variable
1340 assert(((Start.getOffset() < NextLocalOffset &&
1341 Start.getOffset()+Length <= NextLocalOffset) ||
1722 SourceLocation::UIntTy getNextLocalOffset() const { return NextLocalOffset; } in getNextLocalOffset()
1747 return Loc.getOffset() < NextLocalOffset; in isLocalSourceLocation()
1838 return SLocOffset < NextLocalOffset; in isOffsetInFileID()