Searched refs:CaptureDefaultLoc (Results 1 - 7 of 7) sorted by relevance

/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
/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/include/clang/Sema/
H A DScopeInfo.h600 SourceLocation CaptureDefaultLoc; member in class:clang::sema::LambdaScopeInfo
H A DSema.h4633 SourceLocation CaptureDefaultLoc,
/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/lib/Serialization/
H A DASTReaderStmt.cpp1216 E->CaptureDefaultLoc = ReadSourceLocation(Record, Idx);
H A DASTWriterStmt.cpp1174 Writer.AddSourceLocation(E->CaptureDefaultLoc, Record);

Completed in 139 milliseconds