Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp15909 if (const RecordType *VTTy = Var->getType()->getAs<RecordType>()) { in isVariableCapturable() local
15910 if (VTTy->getDecl()->hasFlexibleArrayMember()) { in isVariableCapturable()