/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 269 llvm::DenseMap<const VarDecl *, Capture *> Captures; variable
|
H A D | CGException.cpp | 1781 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
|
H A D | CGOpenMPRuntimeGPU.cpp | 2172 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas() local
|
H A D | CGBlocks.cpp | 1791 const SmallVectorImpl<CGBlockInfo::Capture> &Captures, in getCopyDestroyHelperFuncName()
|
H A D | CGOpenMPRuntime.cpp | 8378 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in generateInfoForLambdaCaptures() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4542 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in tryCaptureOpenMPLambdas() local 8401 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, in tryBuildCapture() 8424 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in calculateNumIters() 8977 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, in buildCounterVar() 9019 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, SourceLocation Loc, in buildOrderedLoopData() 9162 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in checkOpenMPIterationSpace() 9375 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildCounterInit() 9401 llvm::MapVector<const Expr *, DeclRefExpr *> *Captures = nullptr) { in buildCounterUpdate() 9531 const llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildPreInits() 9620 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in checkOpenMPLoop() local [all …]
|
H A D | SemaLambda.cpp | 2070 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
|
H A D | SemaStmt.cpp | 4426 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 4580 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
H A D | SemaExpr.cpp | 16179 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1323 ArrayRef<Capture> Captures, in CapturedStmt() 1359 ArrayRef<Capture> Captures, in Create()
|
H A D | DeclCXX.cpp | 1554 ArrayRef<LambdaCapture> Captures) { in setCaptures() 1681 llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
H A D | Decl.cpp | 5232 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 721 SmallVector<Capture, 4> Captures; variable
|
H A D | DeclSpec.h | 2857 SmallVector<LambdaCapture, 4> Captures; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 433 llvm::TinyPtrVector<Capture*> Captures; member
|
H A D | Decl.h | 4527 const Capture *Captures = nullptr; variable
|