Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMisleadingCaptureDefaultByValueCheck.cpp33 for (const LambdaCapture &Capture : Lambda->explicit_captures()) { in findDefaultCaptureEnd() local
62 for (const LambdaCapture &Capture : Lambda->implicit_captures()) { in createReplacementText() local
86 [](const LambdaCapture &Capture) { return Capture.capturesThis(); }); in check()
H A DRvalueReferenceParamNotMovedCheck.cpp23 [&](const LambdaCapture &Capture) { in AST_MATCHER_P() argument
/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
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp72 reportBug(const LambdaCapture & Capture,ValueDecl * CapturedVar,const Type * T) const reportBug() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-constexpr-lambdas.cpp320 int Capture = 42; in fn() local
328 int Capture = 42; in tfn() local
335 int Capture = 42; in gfn() local
342 int Capture = 42; in OtherCaptures() local
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1471 for (const auto &Capture : Intro.Captures) { ActOnStartOfLambdaDefinition() local
1501 for (const auto &Capture : Intro.Captures) { ActOnStartOfLambdaDefinition() local
2019 BuildCaptureField(RecordDecl * RD,const sema::Capture & Capture) BuildCaptureField() argument
2157 LambdaCapture Capture = [&] { BuildLambdaExpr() local
2338 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, BuildBlockForLambdaConversion() local
[all...]
H A DSemaCUDA.cpp953 CheckLambdaCapture(CXXMethodDecl * Callee,const sema::Capture & Capture) CheckLambdaCapture() argument
H A DCheckExprLifetime.cpp194 const LambdaCapture *Capture; global() member
[all...]
/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
[all...]
H A DInitialization.h212 struct C Capture; member
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h159 Capture, global() enumerator
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1400 std::optional<CaptureDroppedDiagnostics> Capture; getMainBufferWithPrecompiledPreamble() local
1785 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, LoadFromCommandLine() local
2237 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, CodeComplete() local
/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
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp749 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp515 for (const auto &Capture : Parent->captures()) { initialize() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2951 enum AtomicKind { Read, Write, Update, Capture, Compare }; global() enumerator
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp616 PrintfCapture Capture; in TEST() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp75 using Capture = tomp::clause::CaptureT<TypeTy, IdTy, ExprTy>; typedef
/llvm-project/clang/lib/AST/
H A DStmt.cpp1280 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, Capture() function in CapturedStmt::Capture
[all...]
H A DStmtProfile.cpp2074 for (const auto &Capture : Lambda->captures()) { VisitLambdaExpr() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4371 for (const auto &Capture : Node.captures()) { AST_MATCHER_P() local
4937 for (const LambdaCapture &Capture : Node.captures()) { AST_MATCHER_P() local
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp304 const BlockDecl::Capture *Capture; // null for 'this' global() member
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h384 using Capture = LambdaCapture; global() member
H A DDecl.h4527 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) Capture() function
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2022 using Capture = LambdaCapture; ReadCXXDefinitionData() typedef

12