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