| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBReproducer.cpp | 67 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 D | UncountedLambdaCapturesChecker.cpp | 71 void reportBug(const LambdaCapture &Capture, VarDecl *CapturedVar, in reportBug()
|
| /llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Reproducer.h | 31 Capture, enumerator
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 554 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 D | SemaCUDA.cpp | 853 const sema::Capture &Capture) { in CUDACheckLambdaCapture()
|
| H A D | SemaInit.cpp | 6857 const LambdaCapture *Capture; member
|
| H A D | SemaOpenMP.cpp | 1404 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 D | SemaDecl.cpp | 7986 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 592 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 D | Initialization.h | 208 struct C Capture; member
|
| H A D | Sema.h | 220 class Capture; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1345 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1352 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 D | CalledOnceCheck.cpp | 646 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 D | CIndexCodeCompletion.cpp | 747 CaptureCompletionResults Capture(Opts, *Results, &TU); in clang_codeCompleteAt_Impl() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 75 const CGBlockInfo::Capture *Capture; member 328 const BlockDecl::Capture *Capture; // null for 'this' member
|
| H A D | CGDebugInfo.cpp | 4811 const BlockDecl::Capture *Capture; member
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 616 PrintfCapture Capture; in TEST() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Stmt.cpp | 1277 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4274 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 D | DeclCXX.h | 375 using Capture = LambdaCapture; member
|
| H A D | Decl.h | 4240 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1863 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
|
| H A D | ASTWriter.cpp | 5778 const LambdaCapture &Capture = Lambda.Captures[I]; in AddCXXDefinitionData() local
|