Home | History | Annotate | Download | only in AST

Lines Matching refs:IntroducerRange

1114   SourceRange IntroducerRange;
1226 LambdaExpr(QualType T, SourceRange IntroducerRange,
1264 SourceRange IntroducerRange,
1340 SourceRange getIntroducerRange() const { return IntroducerRange; }
1371 return SourceRange(IntroducerRange.getBegin(), ClosingBrace);