Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2664 struct LambdaCapture { struct
2665 LambdaCaptureKind Kind;
2666 SourceLocation Loc;
2667 IdentifierInfo *Id;
2668 SourceLocation EllipsisLoc;
2669 LambdaCaptureInitKind InitKind;
2670 ExprResult Init;
2671 ParsedType InitCaptureType;
2672 SourceRange ExplicitRange;
2674 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() function
/external/clang/include/clang/Sema/
DDeclSpec.h2326 struct LambdaCapture { struct
2327 LambdaCaptureKind Kind;
2328 SourceLocation Loc;
2329 IdentifierInfo *Id;
2330 SourceLocation EllipsisLoc;
2331 LambdaCaptureInitKind InitKind;
2332 ExprResult Init;
2333 ParsedType InitCaptureType;
2334 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() argument
/external/clang/lib/AST/
DExprCXX.cpp811 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture() function in LambdaCapture
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1083 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture() function in LambdaCapture
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h61 class LambdaCapture; variable