Home
last modified time | relevance | path

Searched defs:Captures (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h269 llvm::DenseMap<const VarDecl *, Capture *> Captures; variable
H A DCGException.cpp1780 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
H A DCGBlocks.cpp1776 const SmallVectorImpl<CGBlockInfo::Capture> &Captures, in getCopyDestroyHelperFuncName()
H A DCGOpenMPRuntimeGPU.cpp3378 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas() local
H A DCGOpenMPRuntime.cpp8327 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in generateInfoForLambdaCaptures() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9171 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, in buildCounterVar()
9785 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in checkOpenMPLoop() local
16567 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPIfClause() local
16599 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPFinalClause() local
16687 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in isNonNegativeIntegerValue() local
16713 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPNumThreadsClause() local
18081 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPFilterClause() local
21217 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPDeviceClause() local
22898 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPNumTeamsClause() local
22925 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in ActOnOpenMPThreadLimitClause() local
[all …]
H A DSemaLambda.cpp2012 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
H A DSemaStmt.cpp4724 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList()
4877 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
H A DSemaExpr.cpp17190 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1322 ArrayRef<Capture> Captures, in CapturedStmt()
1358 ArrayRef<Capture> Captures, in Create()
H A DDeclCXX.cpp1511 ArrayRef<LambdaCapture> Captures) { in setCaptures()
1639 llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures, in getCaptureFields()
H A DDecl.cpp5177 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h704 SmallVector<Capture, 4> Captures; variable
H A DDeclSpec.h2775 SmallVector<LambdaCapture, 4> Captures; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h433 llvm::TinyPtrVector<Capture*> Captures; member
H A DDecl.h4507 const Capture *Captures = nullptr; variable