Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8670 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
8671 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
8675 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
8747 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()