Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntroducerRange

25 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange,
34 IntroducerRange.getBegin(),
124 SourceRange IntroducerRange,
137 = IntroducerRange.getBegin().getRawEncoding();
139 = IntroducerRange.getEnd().getRawEncoding();
143 IntroducerRange.getBegin(),
181 SourceRange IntroducerRange,
192 LSI->IntroducerRange = IntroducerRange;
807 SourceRange IntroducerRange,
828 SourceLocation Loc = IntroducerRange.getBegin();
878 SourceRange IntroducerRange,
896 SourceLocation Loc = IntroducerRange.getBegin();
924 SourceRange IntroducerRange;
935 IntroducerRange = LSI->IntroducerRange;
1030 addFunctionPointerConversion(*this, IntroducerRange, Class,
1039 addBlockPointerConversion(*this, IntroducerRange, Class, CallOperator);
1054 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange,