Home
last modified time | relevance | path

Searched defs:ConstType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DImplicitConversionInLoopCheck.cpp91 QualType ConstType = OperatorCall->getType().withConst(); in reportAndFix() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp63 const auto ConstType = hasType(isConstQualified()); in registerMatchers() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp437 const ConstantArrayType *ConstType = in arrayMatchesBoundExpr() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-const-or-ref-data-members.cpp97 using ConstType = const int; typedef