Searched refs:IsLocalVolatile (Results 1 – 1 of 1) sorted by relevance
180 bool IsLocalVolatile = Var->getType().isLocalVolatileQualified(); in check() local184 CheckQualifier(IsLocalVolatile, Qualifier::Volatile) || in check()205 llvm::StringRef LocalVol = IsLocalVolatile ? "volatile " : ""; in check()214 << (IsLocalVolatile ? "volatile " : "") in check()