Searched refs:StmtRange (Results 1 – 3 of 3) sorted by relevance
73 const SourceRange &StmtRange, const char *const Diag) { in issueDiagnostic() argument75 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()
46 const CompoundStmt *Block, const SourceRange &StmtRange,
206 CharSourceRange StmtRange = in check() local217 << FixItHint::CreateRemoval(StmtRange); in check()