Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/API/
H A DSBReproducer.cpp67 const char *SBReproducer::Capture() { in Capture() function in SBReproducer
78 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp71 void reportBug(const LambdaCapture &Capture, VarDecl *CapturedVar, in reportBug()
/llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h31 Capture, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp554 for (const auto &Capture : Captures) { in addLambdaParameters() local
1701 const sema::Capture &Capture) { in BuildCaptureField()
1839 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
2020 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
H A DSemaCUDA.cpp853 const sema::Capture &Capture) { in CUDACheckLambdaCapture()
H A DSemaInit.cpp6857 const LambdaCapture *Capture; member
H A DSemaOpenMP.cpp1404 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable()
8360 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
17663 ExprResult Sema::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
H A DSemaDecl.cpp7986 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h592 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
602 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
610 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
H A DInitialization.h208 struct C Capture; member
H A DSema.h220 class Capture; variable
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1345 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1352 llvm::Optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local
1728 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2178 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp646 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local
1573 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp747 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp75 const CGBlockInfo::Capture *Capture; member
328 const BlockDecl::Capture *Capture; // null for 'this' member
H A DCGDebugInfo.cpp4811 const BlockDecl::Capture *Capture; member
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp616 PrintfCapture Capture; in TEST() local
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1277 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4274 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local
4700 for (const LambdaCapture &Capture : Node.captures()) { in AST_MATCHER_P() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h375 using Capture = LambdaCapture; member
H A DDecl.h4240 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1863 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
H A DASTWriter.cpp5778 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local

12