/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 269 llvm::DenseMap<const VarDecl *, Capture *> Captures; variable
|
H A D | CGException.cpp | 1756 llvm::SmallSetVector<const VarDecl *, 4> Captures; member
|
H A D | CGBlocks.cpp | 1808 const SmallVectorImpl<CGBlockInfo::Capture> &Captures, in getCopyDestroyHelperFuncName()
|
H A D | CGOpenMPRuntimeGPU.cpp | 3451 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas() local
|
H A D | CGOpenMPRuntime.cpp | 8563 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in generateInfoForLambdaCaptures() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4736 llvm::DenseMap<const ValueDecl *, FieldDecl *> Captures; in tryCaptureOpenMPLambdas() local 8444 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in tryBuildCapture() 8466 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in calculateNumIters() 9007 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, in buildCounterVar() 9049 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures, SourceLocation Loc, in buildOrderedLoopData() 9177 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in checkOpenMPIterationSpace() 9355 llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildCounterInit() 9381 llvm::MapVector<const Expr *, DeclRefExpr *> *Captures = nullptr) { in buildCounterUpdate() 9492 const llvm::MapVector<const Expr *, DeclRefExpr *> &Captures) { in buildPreInits() 9570 llvm::MapVector<const Expr *, DeclRefExpr *> Captures; in checkOpenMPLoop() local [all …]
|
H A D | SemaLambda.cpp | 550 ArrayRef<LambdaIntroducer::LambdaCapture> Captures, in addLambdaParameters() 1793 SmallVector<LambdaCapture, 4> Captures; in BuildLambdaExpr() local
|
H A D | SemaStmt.cpp | 4661 SmallVectorImpl<CapturedStmt::Capture> &Captures, in buildCapturedStmtCaptureList() 4813 SmallVector<CapturedStmt::Capture, 4> Captures; in ActOnCapturedRegionEnd() local
|
H A D | SemaExpr.cpp | 16678 SmallVector<BlockDecl::Capture, 4> Captures; in ActOnBlockStmtExpr() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Stmt.cpp | 1321 ArrayRef<Capture> Captures, in CapturedStmt() 1352 ArrayRef<Capture> Captures, in Create()
|
H A D | DeclCXX.cpp | 1474 ArrayRef<LambdaCapture> Captures) { in setCaptures() 1600 llvm::DenseMap<const ValueDecl *, FieldDecl *> &Captures, in getCaptureFields()
|
H A D | Decl.cpp | 4927 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 692 SmallVector<Capture, 4> Captures; variable
|
H A D | DeclSpec.h | 2764 SmallVector<LambdaCapture, 4> Captures; member
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclCXX.h | 417 llvm::TinyPtrVector<Capture*> Captures; member
|
H A D | Decl.h | 4392 const Capture *Captures = nullptr; variable
|