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