Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.h23 class IsolateDeclarationCheck : public ClangTidyCheck {
25 IsolateDeclarationCheck(StringRef Name, ClangTidyContext *Context) in IsolateDeclarationCheck() function
H A DIsolateDeclarationCheck.cpp27 void IsolateDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
247 void IsolateDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt23 IsolateDeclarationCheck.cpp
H A DReadabilityTidyModule.cpp94 CheckFactories.registerCheck<IsolateDeclarationCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn31 "IsolateDeclarationCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1269 clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
1270 clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.h