Home
last modified time | relevance | path

Searched refs:ElseAfterReturnCheck (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp28 ElseAfterReturnCheck::ConditionalBranchMap &Collections, in PPConditionalCollector()
40 ElseAfterReturnCheck::ConditionalBranchMap &Collections;
152 ElseAfterReturnCheck::ElseAfterReturnCheck(StringRef Name, in ElseAfterReturnCheck() function in clang::tidy::readability::ElseAfterReturnCheck
159 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()
H A DElseAfterReturnCheck.h22 class ElseAfterReturnCheck : public ClangTidyCheck {
24 ElseAfterReturnCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt16 ElseAfterReturnCheck.cpp
H A DReadabilityTidyModule.cpp80 CheckFactories.registerCheck<ElseAfterReturnCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DLLVMTidyModule.cpp28 CheckFactories.registerCheck<readability::ElseAfterReturnCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn24 "ElseAfterReturnCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1257 clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h