Searched refs:ElseAfterReturnCheck (Results 1 – 7 of 7) 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()188 const ElseAfterReturnCheck::ConditionalBranchMap &ConditionalBranchMap, in hasPreprocessorBranchEndBetweenLocations()239 void ElseAfterReturnCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class ElseAfterReturnCheck : public ClangTidyCheck {24 ElseAfterReturnCheck(StringRef Name, ClangTidyContext *Context);
16 ElseAfterReturnCheck.cpp
80 CheckFactories.registerCheck<ElseAfterReturnCheck>( in addCheckFactories()
28 CheckFactories.registerCheck<readability::ElseAfterReturnCheck>( in addCheckFactories()
24 "ElseAfterReturnCheck.cpp",
1257 clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h