Home
last modified time | relevance | path

Searched refs:setCaptures (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1881 Class->setCaptures(Context, Captures); in BuildLambdaExpr()
2022 Block->setCaptures(Context, Capture, /*CapturesCXXThis=*/false); in BuildBlockForLambdaConversion()
H A DSemaExpr.cpp16474 BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0); in ActOnBlockStmtExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1046 void setCaptures(ASTContext &Context, ArrayRef<LambdaCapture> Captures);
H A DDecl.h4382 void setCaptures(ASTContext &Context, ArrayRef<Capture> Captures,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1446 void CXXRecordDecl::setCaptures(ASTContext &Context, in setCaptures() function in CXXRecordDecl
H A DDecl.cpp4847 void BlockDecl::setCaptures(ASTContext &Context, ArrayRef<Capture> Captures, in setCaptures() function in BlockDecl
H A DASTImporter.cpp2035 cast<CXXRecordDecl>(To)->setCaptures(Importer.getToContext(), in ImportDefinition()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1673 BD->setCaptures(Reader.getContext(), captures, capturesCXXThis); in VisitBlockDecl()