Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp90 bool isPointerConst(QualType QType) { in isPointerConst() function
203 llvm::StringRef PtrConst = isPointerConst(Var->getType()) ? "const " : ""; in check()
225 if (!isPointerConst(Var->getType())) in check()
264 if (!isPointerConst(Var->getType())) in check()