Home
last modified time | relevance | path

Searched defs:Capture (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
423 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
HDInitialization.h158 struct C Capture; member
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp1380 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/
HDASTUnit.cpp1949 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2358 CaptureDroppedDiagnostics Capture(true, in CodeComplete() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp195 const BlockDecl::Capture *Capture; // null for 'this' member
HDCGDebugInfo.cpp2957 const BlockDecl::Capture *Capture; member
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h531 typedef LambdaCapture Capture; typedef
HDDecl.h3442 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
HDExprCXX.h1382 typedef LambdaCapture Capture; typedef
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1468 typedef LambdaCapture Capture; in ReadCXXDefinitionData() typedef
HDASTWriter.cpp5563 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local