Searched refs:IsLocalConst (Results 1 – 1 of 1) sorted by relevance
179 bool IsLocalConst = Var->getType().isLocalConstQualified(); in check() local183 if (CheckQualifier(IsLocalConst, Qualifier::Const) || in check()204 llvm::StringRef LocalConst = IsLocalConst ? "const " : ""; in check()213 << (IsLocalConst ? "const " : "") in check()