Searched refs:GlobalVariableDeclarationCheck (Results 1 – 5 of 5) sorted by relevance
22 class GlobalVariableDeclarationCheck : public ClangTidyCheck {24 GlobalVariableDeclarationCheck(StringRef Name, ClangTidyContext *Context) in GlobalVariableDeclarationCheck() function
58 void GlobalVariableDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()78 void GlobalVariableDeclarationCheck::check( in check()
16 GlobalVariableDeclarationCheck.cpp
58 CheckFactories.registerCheck<objc::GlobalVariableDeclarationCheck>( in addCheckFactories()
24 "GlobalVariableDeclarationCheck.cpp",