Home | History | Annotate | Download | only in Sema

Lines Matching defs:IntroducerRange

230     SourceRange IntroRange = LSI->IntroducerRange;
242 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange,
253 IntroducerRange.getBegin(),
354 SourceRange IntroducerRange,
383 = IntroducerRange.getBegin().getRawEncoding();
385 = IntroducerRange.getEnd().getRawEncoding();
389 IntroducerRange.getBegin(),
437 SourceRange IntroducerRange,
451 LSI->IntroducerRange = IntroducerRange;
1141 SourceRange IntroducerRange,
1180 SourceLocation Loc = IntroducerRange.getBegin();
1323 SourceRange IntroducerRange,
1347 SourceLocation Loc = IntroducerRange.getBegin();
1492 SourceRange IntroducerRange;
1502 IntroducerRange = LSI->IntroducerRange;
1567 addFunctionPointerConversion(*this, IntroducerRange, Class,
1578 addBlockPointerConversion(*this, IntroducerRange, Class, CallOperator);
1590 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange,