Searched refs:StaticAssertCheck (Results 1 – 7 of 7) sorted by relevance
26 StaticAssertCheck::StaticAssertCheck(StringRef Name, ClangTidyContext *Context) in StaticAssertCheck() function in clang::tidy::misc::StaticAssertCheck29 void StaticAssertCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()74 void StaticAssertCheck::check(const MatchFinder::MatchResult &Result) { in check()138 SourceLocation StaticAssertCheck::getLastParenLoc(const ASTContext *ASTCtx, in getLastParenLoc()
25 class StaticAssertCheck : public ClangTidyCheck {27 StaticAssertCheck(StringRef Name, ClangTidyContext *Context);
15 StaticAssertCheck.cpp
46 CheckFactories.registerCheck<StaticAssertCheck>("misc-static-assert"); in addCheckFactories()
25 "StaticAssertCheck.cpp",
89 CheckFactories.registerCheck<misc::StaticAssertCheck>( in addCheckFactories()
93 CheckFactories.registerCheck<misc::StaticAssertCheck>("cert-dcl03-c"); in addCheckFactories()