Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBReproducer.cpp108 const char *SBReproducer::Capture() { in Capture() function in SBReproducer
117 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp551 for (const auto &Capture : Captures) { in addLambdaParameters() local
1607 const sema::Capture &Capture) { in BuildCaptureField()
1743 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
1920 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
HDSemaOpenMP.cpp1096 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable()
6301 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
12547 ExprResult Sema::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
HDSemaDecl.cpp7283 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
HDSemaExpr.cpp15784 void Sema::MarkCaptureUsedInEnclosingContext(VarDecl *Capture, in MarkCaptureUsedInEnclosingContext()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h555 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
565 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
573 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
HDInitialization.h205 struct C Capture; member
HDSema.h214 class Capture; variable
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDReproducer.h28 Capture, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp1364 llvm::Optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local
1749 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2192 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp86 const CGBlockInfo::Capture *Capture; member
344 const BlockDecl::Capture *Capture; // null for 'this' member
1755 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities() local
HDCGDebugInfo.cpp4231 const BlockDecl::Capture *Capture; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1169 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h366 using Capture = LambdaCapture; member
HDDecl.h4058 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp1699 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
HDASTWriter.cpp5636 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4061 for (const LambdaCapture &Capture : Node.captures()) { variable