Searched refs:InlineFunctionDeclCheck (Results 1 – 5 of 5) sorted by relevance
42 InlineFunctionDeclCheck::InlineFunctionDeclCheck(StringRef Name, in InlineFunctionDeclCheck() function in clang::tidy::llvm_libc::InlineFunctionDeclCheck47 void InlineFunctionDeclCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()53 void InlineFunctionDeclCheck::check(const MatchFinder::MatchResult &Result) { in check()
25 class InlineFunctionDeclCheck : public ClangTidyCheck {27 InlineFunctionDeclCheck(StringRef Name, ClangTidyContext *Context);
27 CheckFactories.registerCheck<InlineFunctionDeclCheck>( in addCheckFactories()
9 InlineFunctionDeclCheck.cpp
17 "InlineFunctionDeclCheck.cpp",