Searched defs:IntroducerRange (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h1314 SourceRange IntroducerRange; member in class:clang::LambdaExpr
1354 LambdaExpr(QualType T, SourceRange IntroducerRange,
1397 SourceRange IntroducerRange,
1493 SourceRange getIntroducerRange() const { return IntroducerRange; }
1532 return IntroducerRange.getBegin();
/external/clang/include/clang/Sema/
H A DScopeInfo.h596 SourceRange IntroducerRange; member in class:clang::sema::LambdaScopeInfo
/external/clang/lib/AST/
H A DExprCXX.cpp921 SourceRange IntroducerRange,
935 IntroducerRange(IntroducerRange),
984 SourceRange IntroducerRange,
1007 return new (Mem) LambdaExpr(T, IntroducerRange,
920 LambdaExpr(QualType T, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
982 Create(const ASTContext &Context, CXXRecordDecl *Class, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, ArrayRef<Capture> Captures, bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, ArrayRef<VarDecl *> ArrayIndexVars, ArrayRef<unsigned> ArrayIndexStarts, SourceLocation ClosingBrace, bool ContainsUnexpandedParameterPack) argument
/external/clang/lib/Sema/
H A DSemaLambda.cpp230 SourceRange IntroRange = LSI->IntroducerRange;
242 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, argument
253 IntroducerRange.getBegin(),
354 SourceRange IntroducerRange,
383 = IntroducerRange.getBegin().getRawEncoding();
385 = IntroducerRange.getEnd().getRawEncoding();
389 IntroducerRange.getBegin(),
437 SourceRange IntroducerRange,
451 LSI->IntroducerRange = IntroducerRange;
353 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodTypeInfo, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params) argument
435 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument
1158 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
1334 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
1383 SourceRange IntroducerRange; local
[all...]

Completed in 537 milliseconds