Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h595 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
606 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
614 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
H A DInitialization.h212 struct C Capture; member
H A DSema.h220 class Capture; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp562 for (const auto &Capture : Captures) { in addLambdaParameters() local
1743 const sema::Capture &Capture) { in BuildCaptureField()
1881 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
2062 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
H A DSemaCUDA.cpp851 const sema::Capture &Capture) { in CUDACheckLambdaCapture()
H A DSemaOpenMP.cpp1435 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable()
8443 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
17946 ExprResult Sema::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
H A DSemaInit.cpp7185 const LambdaCapture *Capture; member
H A DSemaDecl.cpp8111 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
H A DSemaExpr.cpp18553 void Sema::MarkCaptureUsedInEnclosingContext(ValueDecl *Capture, in MarkCaptureUsedInEnclosingContext()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1380 std::optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local
1756 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2205 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp747 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1658 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp75 const CGBlockInfo::Capture *Capture; member
328 const BlockDecl::Capture *Capture; // null for 'this' member
H A DCGDebugInfo.cpp4845 const BlockDecl::Capture *Capture; member
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp616 PrintfCapture Capture; in TEST() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1278 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4275 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local
4701 for (const LambdaCapture &Capture : Node.captures()) { in AST_MATCHER_P() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h376 using Capture = LambdaCapture; member
H A DDecl.h4353 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1926 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
H A DASTWriter.cpp5950 const LambdaCapture &Capture = Lambda.Captures.front()[I]; in AddCXXDefinitionData() local
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst3064 .. _volatile: