Searched defs:Capture (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 398 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function 407 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
|
H A D | Initialization.h | 158 struct C Capture; member
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 719 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1625 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false, in BuildBlockForLambdaConversion() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1941 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local 2350 CaptureDroppedDiagnostics Capture(true, in CodeComplete() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 195 const BlockDecl::Capture *Capture; // null for 'this' member
|
H A D | CGDebugInfo.cpp | 2998 const BlockDecl::Capture *Capture; member
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 531 typedef LambdaCapture Capture; typedef
|
H A D | Decl.h | 3343 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
|
H A D | ExprCXX.h | 1375 typedef LambdaCapture Capture; typedef
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1321 typedef LambdaCapture Capture; in ReadCXXDefinitionData() typedef
|
H A D | ASTWriter.cpp | 5693 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
|