Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp6890 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
6891 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
6895 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
6952 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()