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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h152 class Capture { class in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp189 const BlockDecl::Capture *Capture; // null for 'this' member in struct:__anon3066::BlockLayoutChunk
[all...]
H A DCGDebugInfo.cpp2911 const BlockDecl::Capture *Capture; member in struct:__anon3078::BlockLayoutChunk
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1363 class Capture { class in class:clang::LambdaExpr
H A DDeclCXX.h507 typedef LambdaExpr::Capture Capture; typedef in struct:clang::CXXRecordDecl::LambdaDefinitionData
H A DStmt.h1918 class Capture { class in class:clang::CapturedStmt
1931 Capture(SourceLocation Loc, VariableCaptureKind Kind, VarDecl *Var = 0) function in class:clang::CapturedStmt::Capture
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h155 struct C Capture; member in union:clang::InitializedEntity::__anon2892
H A DScopeInfo.h339 class Capture { class in class:clang::sema::CapturingScopeInfo
378 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, function in class:clang::sema::CapturingScopeInfo::Capture
387 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, function in class:clang::sema::CapturingScopeInfo::Capture
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp889 LambdaExpr::Capture::Capture(SourceLocation Loc, bool Implicit, function in class:LambdaExpr::Capture
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1225 typedef LambdaExpr::Capture Capture; typedef
H A DASTWriter.cpp5139 LambdaExpr::Capture &Capture = Lambda.Captures[I]; local
[all...]

Completed in 241 milliseconds