Home | History | Annotate | Download | only in Sema

Lines Matching refs:VisContext

505   if (!VisContext)
512 VisStack *Stack = static_cast<VisStack*>(VisContext);
523 /// FreeVisContext - Deallocate and null out VisContext.
525 delete static_cast<VisStack*>(VisContext);
526 VisContext = nullptr;
531 if (!S.VisContext)
532 S.VisContext = new VisStack;
534 VisStack *Stack = static_cast<VisStack*>(S.VisContext);
577 if (!VisContext) {
583 VisStack *Stack = static_cast<VisStack*>(VisContext);