| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBReproducer.cpp | 44 const char *SBReproducer::Capture() { in Capture() function in SBReproducer 49 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaCUDA.h | 35 class Capture; variable
|
| 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
|
| H A D | Initialization.h | 212 struct C Capture; member
|
| H A D | Sema.h | 199 class Capture; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 176 Capture, enumerator 647 Capture = 1 << 4, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 405 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug() 435 void reportBugOnThisPtr(const LambdaCapture &Capture, in reportBugOnThisPtr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1502 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local 1532 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local 2055 const sema::Capture &Capture) { in BuildCaptureField() 2216 LambdaCapture Capture = [&] { in BuildLambdaExpr() local 2398 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
|
| H A D | SemaCUDA.cpp | 974 const sema::Capture &Capture) { in CheckLambdaCapture()
|
| H A D | CheckExprLifetime.cpp | 213 const LambdaCapture *Capture; member
|
| H A D | SemaOpenMP.cpp | 1436 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable() 8435 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture() 17695 ExprResult SemaOpenMP::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | ASTOps.cpp | 295 for (const auto &Capture : Method->getParent()->captures()) { in getReferencedDecls() local
|
| H A D | DataflowEnvironment.cpp | 520 for (const auto &Capture : Parent->captures()) { in initialize() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1401 std::optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local 1798 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local 2251 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 644 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local 1572 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 3249 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 1324 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
|
| H A D | StmtProfile.cpp | 2124 for (const auto &Capture : Lambda->captures()) { in VisitLambdaExpr() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4464 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local 5030 for (const LambdaCapture &Capture : Node.captures()) { in AST_MATCHER_P() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 312 const BlockDecl::Capture *Capture; // null for 'this' member
|
| H A D | CGDebugInfo.cpp | 5432 const BlockDecl::Capture *Capture; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 383 using Capture = LambdaCapture; member
|
| H A D | Decl.h | 4601 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2024 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
|
| H A D | ASTWriter.cpp | 7285 const LambdaCapture &Capture = Lambda.Captures.front()[I]; in AddCXXDefinitionData() local
|