/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1414 for (const auto &Capture : Intro.Captures) { ActOnStartOfLambdaDefinition() local 1444 for (const auto &Capture : Intro.Captures) { ActOnStartOfLambdaDefinition() local 1962 BuildCaptureField(RecordDecl * RD,const sema::Capture & Capture) BuildCaptureField() argument 2100 LambdaCapture Capture = [&] { BuildLambdaExpr() local 2281 BlockDecl::Capture Capture(/*variable=*/CapVar, /*byRef=*/false, BuildBlockForLambdaConversion() local [all...] |
H A D | SemaCUDA.cpp | 927 CUDACheckLambdaCapture(CXXMethodDecl * Callee,const sema::Capture & Capture) CUDACheckLambdaCapture() argument
|
H A D | SemaInit.cpp | 7326 const LambdaCapture *Capture; global() member
|
H A D | SemaOpenMP.cpp | 1455 addLoopControlVariable(const ValueDecl * D,VarDecl * Capture) addLoopControlVariable() argument 8594 tryBuildCapture(Sema & SemaRef,Expr * Capture,llvm::MapVector<const Expr *,DeclRefExpr * > & Captures,StringRef Name=".capture_expr.") tryBuildCapture() argument 18285 getOpenMPCapturedExpr(VarDecl * Capture,ExprValueKind VK,ExprObjectKind OK,SourceLocation Loc) getOpenMPCapturedExpr() argument [all...] |
H A D | SemaDecl.cpp | 8294 for (const Capture &Capture : LSI->Captures) { getCaptureLocation() local
|
H A D | SemaExpr.cpp | 19208 MarkCaptureUsedInEnclosingContext(ValueDecl * Capture,SourceLocation Loc,unsigned CapturingScopeIndex) MarkCaptureUsedInEnclosingContext() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 607 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, Capture() function 618 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, Capture() function 626 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested, Capture() function [all...] |
H A D | Initialization.h | 212 struct C Capture; member
|
H A D | Sema.h | 221 class Capture; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 141 Capture, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1388 std::optional<CaptureDroppedDiagnostics> Capture; getMainBufferWithPrecompiledPreamble() local 1772 CaptureDroppedDiagnostics Capture(CaptureDiagnostics, *Diags, LoadFromCommandLine() local 2224 CaptureDroppedDiagnostics Capture(CaptureDiagsKind::All, CodeComplete() local
|
/freebsd-src/contrib/llvm-project/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()) { VisitBlockExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 404 for (auto Capture : Parent->captures()) { initialize() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2368 enum AtomicKind { Read, Write, Update, Capture, Compare }; global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1279 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, Capture() function in CapturedStmt::Capture [all...] |
H A D | StmtProfile.cpp | 2073 for (const auto &Capture : Lambda->captures()) { VisitLambdaExpr() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4371 for (const auto &Capture : Node.captures()) { in AST_MATCHER_P() local 4939 if (InnerMatcher.matches(Capture, Finder, &Result)) { in AST_MATCHER_P() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 303 const BlockDecl::Capture *Capture; // null for 'this' global() member [all...] |
H A D | CGDebugInfo.cpp | 5034 const BlockDecl::Capture *Capture; global() member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 384 using Capture = LambdaCapture; member
|
H A D | Decl.h | 4468 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) Capture() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2021 using Capture = LambdaCapture; ReadCXXDefinitionData() typedef
|
H A D | ASTWriter.cpp | 6077 const LambdaCapture &Capture = Lambda.Captures.front()[I]; AddCXXDefinitionData() local
|