Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h398 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
407 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
H A DInitialization.h158 struct C Capture; member
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp719 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1625 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false, in BuildBlockForLambdaConversion() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1941 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2350 CaptureDroppedDiagnostics Capture(true, in CodeComplete() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp195 const BlockDecl::Capture *Capture; // null for 'this' member
H A DCGDebugInfo.cpp2998 const BlockDecl::Capture *Capture; member
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h531 typedef LambdaCapture Capture; typedef
H A DDecl.h3343 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
H A DExprCXX.h1375 typedef LambdaCapture Capture; typedef
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1321 typedef LambdaCapture Capture; in ReadCXXDefinitionData() typedef
H A DASTWriter.cpp5693 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local