Home
last modified time | relevance | path

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

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