Searched refs:IsolateDeclarationCheck (Results 1 – 5 of 5) sorted by relevance
21 class IsolateDeclarationCheck : public ClangTidyCheck {23 IsolateDeclarationCheck(StringRef Name, ClangTidyContext *Context) in IsolateDeclarationCheck() function
26 void IsolateDeclarationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()246 void IsolateDeclarationCheck::check(const MatchFinder::MatchResult &Result) { in check()
28 IsolateDeclarationCheck.cpp
115 CheckFactories.registerCheck<IsolateDeclarationCheck>( in addCheckFactories()
35 "IsolateDeclarationCheck.cpp",