/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBReproducer.cpp | 60 const char *SBReproducer::Capture() { in Capture() function in SBReproducer 65 const char *SBReproducer::Capture(const char *path) { in Capture() function in SBReproducer
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1472 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local 1502 for (const auto &Capture : Intro.Captures) { in ActOnStartOfLambdaDefinition() local 2020 const sema::Capture &Capture) { in BuildCaptureField() 2158 LambdaCapture Capture = [&] { in BuildLambdaExpr() local 2339 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, in BuildBlockForLambdaConversion() local
|
H A D | SemaCUDA.cpp | 953 const sema::Capture &Capture) { in CheckLambdaCapture()
|
H A D | CheckExprLifetime.cpp | 201 const LambdaCapture *Capture; member
|
H A D | SemaOpenMP.cpp | 1460 void DSAStackTy::addLoopControlVariable(const ValueDecl *D, VarDecl *Capture) { in addLoopControlVariable() 8400 tryBuildCapture(Sema &SemaRef, Expr *Capture, in tryBuildCapture() 17078 ExprResult SemaOpenMP::getOpenMPCapturedExpr(VarDecl *Capture, ExprValueKind VK, in getOpenMPCapturedExpr()
|
H A D | SemaDecl.cpp | 8121 for (const Capture &Capture : LSI->Captures) { in getCaptureLocation() local
|
H A D | SemaExpr.cpp | 18194 void Sema::MarkCaptureUsedInEnclosingContext(ValueDecl *Capture, in MarkCaptureUsedInEnclosingContext()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
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 | 235 class Capture; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 159 Capture, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1400 std::optional<CaptureDroppedDiagnostics> Capture; in getMainBufferWithPrecompiledPreamble() local 1785 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, in LoadFromCommandLine() local 2237 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, in CodeComplete() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 646 for (const auto &Capture : Block->captures()) { in findCapturesToTrack() local 1574 for (const auto &Capture : Block->getBlockDecl()->captures()) { in VisitBlockExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 521 for (const auto &Capture : Parent->captures()) { in initialize() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2974 enum AtomicKind { Read, Write, Update, Capture, Compare }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1280 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, in Capture() function in CapturedStmt::Capture
|
H A D | StmtProfile.cpp | 2083 for (const auto &Capture : Lambda->captures()) { in VisitLambdaExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4371 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local 4937 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 | 5169 const BlockDecl::Capture *Capture; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 384 using Capture = LambdaCapture; member
|
H A D | Decl.h | 4488 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2003 using Capture = LambdaCapture; in ReadCXXDefinitionData() typedef
|
H A D | ASTWriter.cpp | 6633 const LambdaCapture &Capture = Lambda.Captures.front()[I]; in AddCXXDefinitionData() local
|