Searched refs:UnaryStaticAssertCheck (Results 1 – 5 of 5) sorted by relevance
23 class UnaryStaticAssertCheck : public ClangTidyCheck {25 UnaryStaticAssertCheck(StringRef Name, ClangTidyContext *Context) in UnaryStaticAssertCheck() function
19 void UnaryStaticAssertCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()23 void UnaryStaticAssertCheck::check(const MatchFinder::MatchResult &Result) { in check()
26 UnaryStaticAssertCheck.cpp
78 CheckFactories.registerCheck<UnaryStaticAssertCheck>( in addCheckFactories()
35 "UnaryStaticAssertCheck.cpp",