Searched refs:IsolateDeclarationCheck (Results 1 – 6 of 6) sorted by relevance
23 class IsolateDeclarationCheck : public ClangTidyCheck {25 IsolateDeclarationCheck(StringRef Name, ClangTidyContext *Context) in IsolateDeclarationCheck() function
27 void IsolateDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()247 void IsolateDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
23 IsolateDeclarationCheck.cpp
94 CheckFactories.registerCheck<IsolateDeclarationCheck>( in addCheckFactories()
31 "IsolateDeclarationCheck.cpp",
1269 clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp1270 clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.h