Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2213 struct LambdaCapture { struct
2214 LambdaCaptureKind Kind;
2215 SourceLocation Loc;
2216 IdentifierInfo *Id;
2217 SourceLocation EllipsisLoc;
2218 ExprResult Init;
2219 ParsedType InitCaptureType;
2220 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() argument
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp892 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture() function in LambdaCapture