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

/external/clang/include/clang/AST/
H A DExprCXX.h1317 SourceLocation CaptureDefaultLoc; member in class:clang::LambdaExpr
1356 SourceLocation CaptureDefaultLoc,
1399 SourceLocation CaptureDefaultLoc,
1422 return CaptureDefaultLoc;
/external/clang/include/clang/Sema/
H A DScopeInfo.h600 SourceLocation CaptureDefaultLoc; member in class:clang::sema::LambdaScopeInfo
/external/clang/lib/AST/
H A DExprCXX.cpp923 SourceLocation CaptureDefaultLoc,
936 CaptureDefaultLoc(CaptureDefaultLoc),
986 SourceLocation CaptureDefaultLoc,
1008 CaptureDefault, CaptureDefaultLoc, Captures,
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.cpp439 SourceLocation CaptureDefaultLoc,
450 LSI->CaptureDefaultLoc = CaptureDefaultLoc;
1380 SourceLocation CaptureDefaultLoc; local
1443 CaptureDefaultLoc = LSI->CaptureDefaultLoc;
1517 CaptureDefault, CaptureDefaultLoc,
435 buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, SourceRange IntroducerRange, LambdaCaptureDefault CaptureDefault, SourceLocation CaptureDefaultLoc, bool ExplicitParams, bool ExplicitResultType, bool Mutable) argument

Completed in 1926 milliseconds