Home | History | Annotate | Download | only in Sema

Lines Matching refs:Intro

4345 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
4355 for (SmallVectorImpl<LambdaCapture>::iterator C = Intro.Captures.begin(),
4356 CEnd = Intro.Captures.end();
4383 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy)