Home
last modified time | relevance | path

Searched refs:GlobalVariableDeclarationCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/google/
H A DGlobalVariableDeclarationCheck.h22 class GlobalVariableDeclarationCheck : public ClangTidyCheck {
24 GlobalVariableDeclarationCheck(StringRef Name, ClangTidyContext *Context) in GlobalVariableDeclarationCheck() function
H A DGlobalVariableDeclarationCheck.cpp58 void GlobalVariableDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
78 void GlobalVariableDeclarationCheck::check( in check()
H A DCMakeLists.txt16 GlobalVariableDeclarationCheck.cpp
H A DGoogleTidyModule.cpp58 CheckFactories.registerCheck<objc::GlobalVariableDeclarationCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/
H A DBUILD.gn24 "GlobalVariableDeclarationCheck.cpp",