Lines Matching defs:IntroducerRange
248 Sema::createLambdaClosureType(SourceRange IntroducerRange, TypeSourceInfo *Info,
259 Context, DC, Info, IntroducerRange.getBegin(), LambdaDependencyKind,
523 SourceRange IntroducerRange,
535 LSI->IntroducerRange = IntroducerRange;
972 CXXMethodDecl *Sema::CreateLambdaCallOperator(SourceRange IntroducerRange,
984 DeclarationNameLoc::makeCXXOperatorNameLoc(IntroducerRange.getBegin());
987 DeclarationNameInfo(MethodName, IntroducerRange.getBegin(),
1070 LSI->IntroducerRange = Intro.Range;
1656 static void addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange,
1682 SourceLocation Loc = IntroducerRange.getBegin();
1831 static void addFunctionPointerConversions(Sema &S, SourceRange IntroducerRange,
1841 addFunctionPointerConversion(S, IntroducerRange, Class, CallOperator,
1848 SourceRange IntroducerRange,
1865 SourceLocation Loc = IntroducerRange.getBegin();
2077 SourceRange IntroducerRange;
2086 IntroducerRange = LSI->IntroducerRange;
2108 CaptureDefaultLoc : IntroducerRange.getBegin();
2208 addFunctionPointerConversions(*this, IntroducerRange, Class,
2218 addBlockPointerConversion(*this, IntroducerRange, Class, CallOperator);
2229 LambdaExpr *Lambda = LambdaExpr::Create(Context, Class, IntroducerRange,