Searched defs:LambdaCapture (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2741 struct LambdaCapture { struct 2742 LambdaCaptureKind Kind; 2743 SourceLocation Loc; 2744 IdentifierInfo *Id; 2745 SourceLocation EllipsisLoc; 2746 LambdaCaptureInitKind InitKind; 2747 ExprResult Init; 2748 ParsedType InitCaptureType; 2749 SourceRange ExplicitRange; 2751 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() function
|
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 762 LambdaCapture)) { in AST_POLYMORPHIC_MATCHER() argument 4272 internal::Matcher<LambdaCapture>, InnerMatcher) { in AST_MATCHER_P() 4699 AST_MATCHER_P(LambdaExpr, hasAnyCapture, internal::Matcher<LambdaCapture>, in AST_MATCHER_P() 4726 AST_MATCHER_P(LambdaCapture, capturesVar, internal::Matcher<ValueDecl>, in AST_MATCHER_P() argument 4746 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1156 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture() function in LambdaCapture
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprCXX.h | 60 class LambdaCapture; variable
|