Searched refs:InterfacesGlobalInitCheck (Results 1 – 6 of 6) sorted by relevance
22 class InterfacesGlobalInitCheck : public ClangTidyCheck {24 InterfacesGlobalInitCheck(StringRef Name, ClangTidyContext *Context) in InterfacesGlobalInitCheck() function
19 void InterfacesGlobalInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()38 void InterfacesGlobalInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
11 InterfacesGlobalInitCheck.cpp
60 CheckFactories.registerCheck<InterfacesGlobalInitCheck>( in addCheckFactories()
23 "InterfacesGlobalInitCheck.cpp",
1019 clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp1020 clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h