Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
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()
138 SourceLocation StaticAssertCheck::getLastParenLoc(const ASTContext *ASTCtx, in getLastParenLoc()
DStaticAssertCheck.h25 class StaticAssertCheck : public ClangTidyCheck {
27 StaticAssertCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt15 StaticAssertCheck.cpp
DMiscTidyModule.cpp46 CheckFactories.registerCheck<StaticAssertCheck>("misc-static-assert"); in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
DBUILD.gn25 "StaticAssertCheck.cpp",
/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DHICPPTidyModule.cpp89 CheckFactories.registerCheck<misc::StaticAssertCheck>( in addCheckFactories()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DCERTTidyModule.cpp93 CheckFactories.registerCheck<misc::StaticAssertCheck>("cert-dcl03-c"); in addCheckFactories()