Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntroducerRange

24 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange,
32 IntroducerRange.getBegin(),
54 SourceRange IntroducerRange,
69 = IntroducerRange.getBegin().getRawEncoding();
71 = IntroducerRange.getEnd().getRawEncoding();
75 IntroducerRange.getBegin(),
163 SourceRange IntroducerRange,
174 LSI->IntroducerRange = IntroducerRange;
455 SourceRange IntroducerRange,
477 SourceLocation Loc = IntroducerRange.getBegin();
528 SourceRange IntroducerRange,
549 SourceLocation Loc = IntroducerRange.getBegin();
577 SourceRange IntroducerRange;
587 IntroducerRange = LSI->IntroducerRange;
666 Diag(IntroducerRange.getBegin(),
695 addFunctionPointerConversion(*this, IntroducerRange, Class,
704 addBlockPointerConversion(*this, IntroducerRange, Class, CallOperator);
716 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange,