Searched refs:RawLoc (Results 1 – 4 of 4) sorted by relevance
256 UnalignedUInt64 RawLoc; variable263 DeclOffset(RawLocEncoding RawLoc, uint64_t BitOffset, in DeclOffset() argument265 : RawLoc(RawLoc) { in DeclOffset()269 void setRawLoc(RawLocEncoding Loc) { RawLoc = Loc; } in setRawLoc()271 RawLocEncoding getRawLoc() const { return RawLoc.get(); } in getRawLoc()
920 SourceLocation::UIntTy RawLoc; member933 SourceLocation::UIntTy RawLoc; member1048 SourceLocation::UIntTy RawLoc; member
3067 SourceLocationEncoding::RawLocEncoding RawLoc = in WriteDecl() local3072 DeclOffsets.emplace_back(RawLoc, Offset, DeclTypesBlockStartOffset); in WriteDecl()3076 DeclOffsets[Index].setRawLoc(RawLoc); in WriteDecl()
9274 SourceLocation Loc = SourceLocation::getFromRawEncoding(U.RawLoc); in ReadUndefinedButUsed()9401 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()9414 SourceLocation Loc = SourceLocation::getFromRawEncoding(Inst.RawLoc); in ReadPendingInstantiations()