Searched refs:ElseAfterReturnCheck (Results 1 – 6 of 6) sorted by relevance
26 ElseAfterReturnCheck::ConditionalBranchMap &Collections, in PPConditionalCollector()38 ElseAfterReturnCheck::ConditionalBranchMap &Collections;150 ElseAfterReturnCheck::ElseAfterReturnCheck(StringRef Name, in ElseAfterReturnCheck() function in clang::tidy::readability::ElseAfterReturnCheck157 void ElseAfterReturnCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()162 void ElseAfterReturnCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()169 void ElseAfterReturnCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()186 const ElseAfterReturnCheck::ConditionalBranchMap &ConditionalBranchMap, in hasPreprocessorBranchEndBetweenLocations()237 void ElseAfterReturnCheck::check(const MatchFinder::MatchResult &Result) { in check()
20 class ElseAfterReturnCheck : public ClangTidyCheck {22 ElseAfterReturnCheck(StringRef Name, ClangTidyContext *Context);
19 ElseAfterReturnCheck.cpp
95 CheckFactories.registerCheck<ElseAfterReturnCheck>( in addCheckFactories()
27 CheckFactories.registerCheck<readability::ElseAfterReturnCheck>( in addCheckFactories()
27 "ElseAfterReturnCheck.cpp",