Searched refs:LazyOffsetPtr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExternalASTSource.h108 /// This operation is meant to be used via a LazyOffsetPtr. It only
296 struct LazyOffsetPtr { struct in namespace:clang
305 LazyOffsetPtr() : Ptr(0) { } function in struct:clang::LazyOffsetPtr
307 explicit LazyOffsetPtr(T *Ptr) : Ptr(reinterpret_cast<uint64_t>(Ptr)) { } function in struct:clang::LazyOffsetPtr
308 explicit LazyOffsetPtr(uint64_t Offset) : Ptr((Offset << 1) | 0x01) { function in struct:clang::LazyOffsetPtr
314 LazyOffsetPtr &operator=(T *Ptr) {
319 LazyOffsetPtr &operator=(uint64_t Offset) {
530 typedef LazyOffsetPtr<Stmt, uint64_t, &ExternalASTSource::GetExternalDeclStmt>
534 typedef LazyOffsetPtr<Decl, uint32_t, &ExternalASTSource::GetExternalDecl>
538 typedef LazyOffsetPtr<CXXBaseSpecifie
[all...]

Completed in 89 milliseconds