Home
last modified time | relevance | path

Searched refs:StmtRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantControlFlowCheck.cpp73 const SourceRange &StmtRange, const char *const Diag) { in issueDiagnostic() argument
75 if (isLocationInMacroExpansion(SM, StmtRange.getBegin())) in issueDiagnostic()
85 Start = StmtRange.getBegin(); in issueDiagnostic()
88 StmtRange.getEnd(), tok::semi, SM, getLangOpts(), in issueDiagnostic()
91 diag(StmtRange.getBegin(), Diag) << FixItHint::CreateRemoval(RemovedRange); in issueDiagnostic()
H A DRedundantControlFlowCheck.h46 const CompoundStmt *Block, const SourceRange &StmtRange,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp206 CharSourceRange StmtRange = in check() local
217 << FixItHint::CreateRemoval(StmtRange); in check()