Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp60 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 DUncountedLambdaCapturesChecker.cpp72 void reportBug(const LambdaCapture &Capture, ValueDecl *CapturedVar, in reportBug()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1414 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 DSemaCUDA.cpp927 CUDACheckLambdaCapture(CXXMethodDecl * Callee,const sema::Capture & Capture) CUDACheckLambdaCapture() argument
H A DSemaInit.cpp7326 const LambdaCapture *Capture; global() member
H A DSemaOpenMP.cpp1455 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 DSemaDecl.cpp8294 for (const Capture &Capture : LSI->Captures) { getCaptureLocation() local
H A DSemaExpr.cpp19208 MarkCaptureUsedInEnclosingContext(ValueDecl * Capture,SourceLocation Loc,unsigned CapturingScopeIndex) MarkCaptureUsedInEnclosingContext() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h607 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 DInitialization.h212 struct C Capture; member
H A DSema.h221 class Capture; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h141 Capture, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1388 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 DCalledOnceCheck.cpp646 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 DDataflowEnvironment.cpp404 for (auto Capture : Parent->captures()) { initialize() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2368 enum AtomicKind { Read, Write, Update, Capture, Compare }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1279 CapturedStmt::Capture::Capture(SourceLocation Loc, VariableCaptureKind Kind, Capture() function in CapturedStmt::Capture
[all...]
H A DStmtProfile.cpp2073 for (const auto &Capture : Lambda->captures()) { VisitLambdaExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4371 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 DCGBlocks.cpp303 const BlockDecl::Capture *Capture; // null for 'this' global() member
[all...]
H A DCGDebugInfo.cpp5034 const BlockDecl::Capture *Capture; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h384 using Capture = LambdaCapture; member
H A DDecl.h4468 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) Capture() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2021 using Capture = LambdaCapture; ReadCXXDefinitionData() typedef
H A DASTWriter.cpp6077 const LambdaCapture &Capture = Lambda.Captures.front()[I]; AddCXXDefinitionData() local