Home | History | Annotate | Download | only in AST

Lines Matching refs:VTContext

7974   if (!VTContext.get()) {
7976 VTContext.reset(new MicrosoftVTableContext(*this));
7978 VTContext.reset(new ItaniumVTableContext(*this));
7980 return VTContext.get();