Searched refs:ElseAfterReturnCheck (Results 1 – 6 of 6) sorted by relevance
28 ElseAfterReturnCheck::ConditionalBranchMap &Collections, in PPConditionalCollector()40 ElseAfterReturnCheck::ConditionalBranchMap &Collections;152 ElseAfterReturnCheck::ElseAfterReturnCheck(StringRef Name, in ElseAfterReturnCheck() function in clang::tidy::readability::ElseAfterReturnCheck159 void ElseAfterReturnCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()164 void ElseAfterReturnCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()171 void ElseAfterReturnCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()189 const ElseAfterReturnCheck::ConditionalBranchMap &ConditionalBranchMap, in hasPreprocessorBranchEndBetweenLocations()240 void ElseAfterReturnCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class ElseAfterReturnCheck : public ClangTidyCheck {24 ElseAfterReturnCheck(StringRef Name, ClangTidyContext *Context);
14 ElseAfterReturnCheck.cpp
72 CheckFactories.registerCheck<ElseAfterReturnCheck>( in addCheckFactories()
28 CheckFactories.registerCheck<readability::ElseAfterReturnCheck>( in addCheckFactories()
22 "ElseAfterReturnCheck.cpp",