Home | History | Annotate | Download | only in Sema

Lines Matching refs:VisContext

517   if (!VisContext)
524 VisStack *Stack = static_cast<VisStack*>(VisContext);
535 /// FreeVisContext - Deallocate and null out VisContext.
537 delete static_cast<VisStack*>(VisContext);
538 VisContext = nullptr;
543 if (!S.VisContext)
544 S.VisContext = new VisStack;
546 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
589 if (!VisContext) {
595 VisStack *Stack = static_cast<VisStack*>(VisContext);