Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp1703 Block->setCaptures(Context, &Capture, &Capture + 1, in BuildBlockForLambdaConversion()
HDSemaExpr.cpp11405 BSI->TheDecl->setCaptures(Context, Captures.begin(), Captures.end(), in ActOnBlockStmtExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3584 void setCaptures(ASTContext &Context,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp3760 void BlockDecl::setCaptures(ASTContext &Context, in setCaptures() function in BlockDecl
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1293 BD->setCaptures(Reader.getContext(), captures.begin(), in VisitBlockDecl()