Searched defs:LambdaCapture (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2837 struct LambdaCapture { struct 2838 LambdaCaptureKind Kind; 2839 SourceLocation Loc; 2840 IdentifierInfo *Id; 2841 SourceLocation EllipsisLoc; 2842 LambdaCaptureInitKind InitKind; 2843 ExprResult Init; 2844 ParsedType InitCaptureType; 2845 SourceRange ExplicitRange; 2847 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, in LambdaCapture() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 764 LambdaCapture)) { in AST_POLYMORPHIC_MATCHER() argument 4461 internal::Matcher<LambdaCapture>, InnerMatcher) { in AST_MATCHER_P() 5028 AST_MATCHER_P(LambdaExpr, hasAnyCapture, internal::Matcher<LambdaCapture>, in AST_MATCHER_P() 5055 AST_MATCHER_P(LambdaCapture, capturesVar, internal::Matcher<ValueDecl>, in AST_MATCHER_P() argument 5077 AST_MATCHER(LambdaCapture, capturesThis) { return Node.capturesThis(); } in AST_MATCHER() argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1222 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture() function in LambdaCapture
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 62 class LambdaCapture; variable
|