Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp47 static constexpr StringRef HeuristicToString[] = { variable
63 sizeof(HeuristicToString) / sizeof(HeuristicToString[0]) ==
506 return Options.get(HeuristicToString[Idx], Defaults[Idx].Enabled); in SuspiciousCallArgumentCheck()
512 SmallString<32> Key = HeuristicToString[Idx]; in SuspiciousCallArgumentCheck()
544 Options.store(Opts, HeuristicToString[Idx], isHeuristicEnabled(H)); in storeOptions()
552 SmallString<32> Key = HeuristicToString[Idx]; in storeOptions()