Searched refs:LazyOffsetPtr (Results 1 – 1 of 1) sorted by relevance
288 struct LazyOffsetPtr { struct297 LazyOffsetPtr() : Ptr(0) { } in LazyOffsetPtr() function299 explicit LazyOffsetPtr(T *Ptr) : Ptr(reinterpret_cast<uint64_t>(Ptr)) { } in LazyOffsetPtr() argument300 explicit LazyOffsetPtr(uint64_t Offset) : Ptr((Offset << 1) | 0x01) { in LazyOffsetPtr() function306 LazyOffsetPtr &operator=(T *Ptr) {311 LazyOffsetPtr &operator=(uint64_t Offset) {517 typedef LazyOffsetPtr<Stmt, uint64_t, &ExternalASTSource::GetExternalDeclStmt>521 typedef LazyOffsetPtr<Decl, uint32_t, &ExternalASTSource::GetExternalDecl>525 typedef LazyOffsetPtr<CXXBaseSpecifier, uint64_t,