Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DAvoidReturnWithVoidValueCheck.cpp18 static const bool IgnoreMacrosDefault = true; variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDesignatedInitializersCheck.cpp33 static constexpr bool IgnoreMacrosDefault = true; variable