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.cpp8883 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
8884 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
8888 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
8960 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()