Searched defs:InitCaptureExprsAndTypes (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp829 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) {
847 InitCaptureExprsAndTypes);
827 TransformLambdaScope(LambdaExpr *E, CXXMethodDecl *NewCallOperator, ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) argument
H A DTreeTransform.h599 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes);
8626 SmallVector<InitCaptureInfoTy, 8> InitCaptureExprsAndTypes; local
8627 InitCaptureExprsAndTypes.resize(E->explicit_capture_end() -
8651 InitCaptureExprsAndTypes[C - E->capture_begin()] =
8751 InitCaptureExprsAndTypes);
8758 ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) {
8796 InitCaptureExprsAndTypes[C - E->capture_begin()];
8756 TransformLambdaScope(LambdaExpr *E, CXXMethodDecl *CallOperator, ArrayRef<InitCaptureInfoTy> InitCaptureExprsAndTypes) argument

Completed in 349 milliseconds