Searched refs:setCaptures (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 1703 Block->setCaptures(Context, &Capture, &Capture + 1, in BuildBlockForLambdaConversion()
|
| HD | SemaExpr.cpp | 11405 BSI->TheDecl->setCaptures(Context, Captures.begin(), Captures.end(), in ActOnBlockStmtExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 3584 void setCaptures(ASTContext &Context,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Decl.cpp | 3760 void BlockDecl::setCaptures(ASTContext &Context, in setCaptures() function in BlockDecl
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 1293 BD->setCaptures(Reader.getContext(), captures.begin(), in VisitBlockDecl()
|