Home | History | Annotate | Download | only in AST

Lines Matching refs:MCtx

8597   MangleNumberingContext *&MCtx = MangleNumberingContexts[DC];
8598 if (!MCtx)
8599 MCtx = createMangleNumberingContext();
8600 return *MCtx;