Searched defs:Capture (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | ScopeInfo.h | 414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function 423 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
|
| HD | Initialization.h | 158 struct C Capture; member
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 1380 Sema &S, LambdaScopeInfo::Capture &Capture, in performLambdaVarCaptureInitialization() 1701 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false, in BuildBlockForLambdaConversion() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTUnit.cpp | 1949 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local 2358 CaptureDroppedDiagnostics Capture(true, in CodeComplete() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBlocks.cpp | 195 const BlockDecl::Capture *Capture; // null for 'this' member
|
| HD | CGDebugInfo.cpp | 2957 const BlockDecl::Capture *Capture; member
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclCXX.h | 531 typedef LambdaCapture Capture; typedef
|
| HD | Decl.h | 3442 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
|
| HD | ExprCXX.h | 1382 typedef LambdaCapture Capture; typedef
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 1468 typedef LambdaCapture Capture; in ReadCXXDefinitionData() typedef
|
| HD | ASTWriter.cpp | 5563 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
|