Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp60 const char *SBReproducer::Capture() { in Capture() function in SBReproducer
65 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1472 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local
1502 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local
2020 const sema::Capture &Capture) { in BuildCaptureField()
2158 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
2339 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
H A DSemaCUDA.cpp953 const sema::Capture &Capture) { in CheckLambdaCapture()
H A DCheckExprLifetime.cpp201 const LambdaCapture *Capture; member
H A DSemaOpenMP.cpp1460 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable()
8400 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
17078 ExprResult SemaOpenMP::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
H A DSemaDecl.cpp8121 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
H A DSemaExpr.cpp18194 void Sema::MarkCaptureUsedInEnclosingContext(ValueDecl *Capture, in MarkCaptureUsedInEnclosingContext()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
635 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
643 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
H A DInitialization.h212 struct C Capture; member
H A DSema.h235 class Capture; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h159 Capture, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1400 std::optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local
1785 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2237 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp646 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local
1574 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp521 for (const auto &Capture : Parent->captures()) { in initialize() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2974 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1280 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
H A DStmtProfile.cpp2083 for (const auto &Capture : Lambda->captures()) { in VisitLambdaExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4371 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local
4937 for (const LambdaCapture &Capture : Node.captures()) { in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp312 const BlockDecl::Capture *Capture; // null for 'this' member
H A DCGDebugInfo.cpp5169 const BlockDecl::Capture *Capture; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h384 using Capture = LambdaCapture; member
H A DDecl.h4488 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2003 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
H A DASTWriter.cpp6633 const LambdaCapture &Capture = Lambda.Captures.front()[I]; in AddCXXDefinitionData() local