Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.h21 class IsolateDeclarationCheck : public ClangTidyCheck {
23 IsolateDeclarationCheck(StringRef Name, ClangTidyContext *Context) in IsolateDeclarationCheck() function
H A DIsolateDeclarationCheck.cpp26 void IsolateDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
246 void IsolateDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt28 IsolateDeclarationCheck.cpp
H A DReadabilityTidyModule.cpp115 CheckFactories.registerCheck<IsolateDeclarationCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn35 "IsolateDeclarationCheck.cpp",