Searched refs:StaticAssertCheck (Results 1 – 8 of 8) 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()137 SourceLocation StaticAssertCheck::getLastParenLoc(const ASTContext *ASTCtx, in getLastParenLoc()
25 class StaticAssertCheck : public ClangTidyCheck {27 StaticAssertCheck(StringRef Name, ClangTidyContext *Context);
58 CheckFactories.registerCheck<StaticAssertCheck>("misc-static-assert"); in addCheckFactories()
43 StaticAssertCheck.cpp
43 "StaticAssertCheck.cpp",
89 CheckFactories.registerCheck<misc::StaticAssertCheck>( in addCheckFactories()
283 CheckFactories.registerCheck<misc::StaticAssertCheck>("cert-dcl03-c"); in addCheckFactories()
1131 clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp1132 clang-tools-extra/clang-tidy/misc/StaticAssertCheck.h