Home
last modified time | relevance | path

Searched refs:StaticAssertCheck (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DStaticAssertCheck.cpp26 StaticAssertCheck::StaticAssertCheck(StringRef Name, ClangTidyContext *Context) in StaticAssertCheck() function in clang::tidy::misc::StaticAssertCheck
29 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()
H A DStaticAssertCheck.h25 class StaticAssertCheck : public ClangTidyCheck {
27 StaticAssertCheck(StringRef Name, ClangTidyContext *Context);
H A DMiscTidyModule.cpp58 CheckFactories.registerCheck<StaticAssertCheck>("misc-static-assert"); in addCheckFactories()
H A DCMakeLists.txt43 StaticAssertCheck.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
H A DBUILD.gn43 "StaticAssertCheck.cpp",
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DHICPPTidyModule.cpp89 CheckFactories.registerCheck<misc::StaticAssertCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DCERTTidyModule.cpp283 CheckFactories.registerCheck<misc::StaticAssertCheck>("cert-dcl03-c"); in addCheckFactories()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1131 clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
1132 clang-tools-extra/clang-tidy/misc/StaticAssertCheck.h