Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp6611 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
6612 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
6616 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
6673 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()