reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/Block.cpp
   64     : Root(Root), B(Blk->Desc, Blk->IsStatic, Blk->IsExtern, /*isDead=*/true) {
tools/clang/lib/AST/Interp/Block.h
   49   Descriptor *getDescriptor() const { return Desc; }
   57   bool isTemporary() const { return Desc->IsTemporary; }
   59   InterpSize getSize() const { return Desc->getAllocSize(); }
   73     if (Desc->CtorFn)
   74       Desc->CtorFn(this, data(), Desc->IsConst, Desc->IsMutable,
   74       Desc->CtorFn(this, data(), Desc->IsConst, Desc->IsMutable,
   74       Desc->CtorFn(this, data(), Desc->IsConst, Desc->IsMutable,
   75                    /*isActive=*/true, Desc);
tools/clang/lib/AST/Interp/Pointer.h
  147   Descriptor *getDeclDesc() const { return Pointee->Desc; }