Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp71 void reportBug(const LambdaCapture &Capture, VarDecl *CapturedVar, in reportBug()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp552 for (const auto &Capture : Captures) { in addLambdaParameters() local
1695 const sema::Capture &Capture) { in BuildCaptureField()
1833 LambdaCapture Capture = [&] { in BuildLambdaExpr() local
2014 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
H A DSemaCUDA.cpp804 const sema::Capture &Capture) { in CUDACheckLambdaCapture()
H A DSemaOpenMP.cpp1302 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable()
7824 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture()
15200 ExprResult Sema::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
H A DSemaInit.cpp6796 const LambdaCapture *Capture; member
H A DSemaDecl.cpp7546 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
H A DSemaExpr.cpp17182 void Sema::MarkCaptureUsedInEnclosingContext(VarDecl *Capture, in MarkCaptureUsedInEnclosingContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() function
590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, in Capture() function
598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, in Capture() function
H A DInitialization.h209 struct C Capture; member
H A DSema.h218 class Capture; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h901 enum AtomicKind { Read, Write, Update, Capture }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1354 llvm::Optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local
1730 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local
2175 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp86 const CGBlockInfo::Capture *Capture; member
344 const BlockDecl::Capture *Capture; // null for 'this' member
1682 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities() local
H A DCGDebugInfo.cpp4550 const BlockDecl::Capture *Capture; member
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp745 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1265 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h367 using Capture = LambdaCapture; member
H A DDecl.h4135 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1741 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
H A DASTWriter.cpp5582 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4590 for (const LambdaCapture &Capture : Node.captures()) { variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst2773 .. _volatile: