Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.h124 HungarianNotationOption HNOption, bool IgnoreMainLike) in FileStyle()
126 IsActive(true), IgnoreMainLikeFunctions(IgnoreMainLike) {} in FileStyle()
H A DIdentifierNamingCheck.cpp284 bool IgnoreMainLike = Options.get("IgnoreMainLikeFunctions", false); in getFileStyleFromOptions() local
285 return {std::move(Styles), std::move(HNOption), IgnoreMainLike}; in getFileStyleFromOptions()