Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11840 bool IsBlock = isa<BlockScopeInfo>(CSI); in isVariableCapturable() local
11856 if (Var->getType()->isVariablyModifiedType() && IsBlock) { in isVariableCapturable()
11869 if (IsBlock) in isVariableCapturable()