Home
last modified time | relevance | path

Searched defs:LambdaCapture (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h2163 struct LambdaCapture { struct
2164 LambdaCaptureKind Kind;
2165 SourceLocation Loc;
2166 IdentifierInfo *Id;
2167 SourceLocation EllipsisLoc;
2168 ExprResult Init;
2169 ParsedType InitCaptureType;
2170 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() function
/external/clang/lib/AST/
DExprCXX.cpp888 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture() function in LambdaCapture