Home
last modified time | relevance | path

Searched defs:AbbreviationDictionary (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h70 llvm::StringMap<std::string> AbbreviationDictionary; variable
H A DSuspiciousCallArgumentCheck.cpp138 const llvm::StringMap<std::string> &AbbreviationDictionary, StringRef Arg, in applyAbbreviationHeuristic() argument