Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h52 static constexpr std::size_t SmallVectorSize = 8;
77 SmallVector<QualType, SmallVectorSize> ArgTypes;
78 SmallVector<StringRef, SmallVectorSize> ArgNames;
79 SmallVector<QualType, SmallVectorSize> ParamTypes;
80 SmallVector<StringRef, SmallVectorSize> ParamNames;
H A DSuspiciousCallArgumentCheck.cpp128 static constexpr std::size_t SmallVectorSize = variable
129 SuspiciousCallArgumentCheck::SmallVectorSize;
180 SmallVector<std::size_t, SmallVectorSize> Current(Param.size()); in applySubstringHeuristic()
181 SmallVector<std::size_t, SmallVectorSize> Previous(Param.size()); in applySubstringHeuristic()
219 SmallVector<int, SmallVectorSize> ArgFlags(ArgLen); in applyJaroWinklerHeuristic()
220 SmallVector<int, SmallVectorSize> ParamFlags(ParamLen); in applyJaroWinklerHeuristic()