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()
812 SourceLocation::UIntTy RawLoc; member825 SourceLocation::UIntTy RawLoc; member940 SourceLocation::UIntTy RawLoc; member
2826 SourceLocationEncoding::RawLocEncoding RawLoc = in WriteDecl() local2831 DeclOffsets.emplace_back(RawLoc, Offset, DeclTypesBlockStartOffset); in WriteDecl()2835 DeclOffsets[Index].setRawLoc(RawLoc); in WriteDecl()
8688 SourceLocation Loc = SourceLocation::getFromRawEncoding(U.RawLoc); in ReadUndefinedButUsed()8815 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()8828 SourceLocation Loc = SourceLocation::getFromRawEncoding(Inst.RawLoc); in ReadPendingInstantiations()