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;
1159 SourceRange IntroducerRange,
1192 SourceLocation Loc = IntroducerRange.getBegin();
1335 SourceRange IntroducerRange,
1354 SourceLocation Loc = IntroducerRange.getBegin();
1383 SourceRange IntroducerRange;
1394 IntroducerRange = LSI->IntroducerRange;
1493 addFunctionPointerConversion(*this, IntroducerRange, Class,
1504 addBlockPointerConversion(*this, IntroducerRange, Class, CallOperator);
1516 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange,