Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp44 const char *SBReproducer::Capture() { in Capture() function in SBReproducer
49 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h35 class Capture; variable
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.h199 class Capture; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h176 Capture, enumerator
647 Capture = 1 << 4, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp405 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug()
435 void reportBugOnThisPtr(const LambdaCapture &Capture, in reportBugOnThisPtr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1502 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local
1532 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local
2055 const sema::Capture &Capture) { in BuildCaptureField()
2216 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
2398 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
H A DSemaCUDA.cpp974 const sema::Capture &Capture) { in CheckLambdaCapture()
H A DCheckExprLifetime.cpp213 const LambdaCapture *Capture; member
H A DSemaOpenMP.cpp1436 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable()
8435 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
17695 ExprResult SemaOpenMP::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp295 for (const auto &Capture : Method->getParent()->captures()) { in getReferencedDecls() local
H A DDataflowEnvironment.cpp520 for (const auto &Capture : Parent->captures()) { in initialize() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1401 std::optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local
1798 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2251 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp644 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local
1572 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3249 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1324 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
H A DStmtProfile.cpp2124 for (const auto &Capture : Lambda->captures()) { in VisitLambdaExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4464 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local
5030 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.cpp5432 const BlockDecl::Capture *Capture; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h383 using Capture = LambdaCapture; member
H A DDecl.h4601 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2024 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
H A DASTWriter.cpp7285 const LambdaCapture &Capture = Lambda.Captures.front()[I]; in AddCXXDefinitionData() local

12