/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | MisleadingCaptureDefaultByValueCheck.cpp | 33 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 D | RvalueReferenceParamNotMovedCheck.cpp | 23 [&](const LambdaCapture &Capture) { in AST_MATCHER_P() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBReproducer.cpp | 60 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 D | UncountedLambdaCapturesChecker.cpp | 72 reportBug(const LambdaCapture & Capture,ValueDecl * CapturedVar,const Type * T) const reportBug() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1z-constexpr-lambdas.cpp | 320 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 D | SemaLambda.cpp | 1471 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 D | SemaCUDA.cpp | 953 CheckLambdaCapture(CXXMethodDecl * Callee,const sema::Capture & Capture) CheckLambdaCapture() argument
|
H A D | CheckExprLifetime.cpp | 194 const LambdaCapture *Capture; global() member [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 624 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 D | Initialization.h | 212 struct C Capture; member
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 159 Capture, global() enumerator
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1400 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 D | CalledOnceCheck.cpp | 646 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 D | CIndexCodeCompletion.cpp | 749 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 515 for (const auto &Capture : Parent->captures()) { initialize() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2951 enum AtomicKind { Read, Write, Update, Capture, Compare }; global() enumerator
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 616 PrintfCapture Capture; in TEST() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 75 using Capture = tomp::clause::CaptureT<TypeTy, IdTy, ExprTy>; typedef
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1280 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, Capture() function in CapturedStmt::Capture [all...] |
H A D | StmtProfile.cpp | 2074 for (const auto &Capture : Lambda->captures()) { VisitLambdaExpr() local
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4371 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 D | CGBlocks.cpp | 304 const BlockDecl::Capture *Capture; // null for 'this' global() member [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 384 using Capture = LambdaCapture; global() member
|
H A D | Decl.h | 4527 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) Capture() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2022 using Capture = LambdaCapture; ReadCXXDefinitionData() typedef
|