Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
H A DImplementationInNamespaceCheck.h20 class ImplementationInNamespaceCheck : public ClangTidyCheck {
22 ImplementationInNamespaceCheck(StringRef Name, ClangTidyContext *Context) in ImplementationInNamespaceCheck() function
H A DImplementationInNamespaceCheck.cpp1 //===--- ImplementationInNamespaceCheck.cpp - clang-tidy ------------------===//
9 #include "ImplementationInNamespaceCheck.h"
18 void ImplementationInNamespaceCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
28 void ImplementationInNamespaceCheck::check( in check()
H A DLLVMLibcTidyModule.cpp25 CheckFactories.registerCheck<ImplementationInNamespaceCheck>( in addCheckFactories()
H A DCMakeLists.txt8 ImplementationInNamespaceCheck.cpp
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvmlibc/
H A DBUILD.gn16 "ImplementationInNamespaceCheck.cpp",