Searched defs:NamingStyle (Results 1 – 12 of 12) sorted by relevance
70 struct NamingStyle { struct77 NamingStyle &operator=(NamingStyle &&O) = default; argument80 std::optional<CaseType> Case;81 std::string Prefix;82 std::string Suffix;85 llvm::Regex IgnoredRegexp;86 std::string IgnoredRegexpStr;88 HungarianPrefixType HPType;
78 const VariableNamer::NamingStyle NamingStyle; variable
428 enum NamingStyle { enum