Searched refs:FullRange (Results 1 – 4 of 4) sorted by relevance
417 SourceRange FullRange = SourceRange(Loc, EndLoc); in lexCommentText() local420 << FullRange << CommandName << CorrectedName in lexCommentText()
1518 SourceRange FullRange = SourceRange(TyBeginLoc, RParenOrBraceLoc); in BuildCXXTypeConstructExpr() local1555 << Ty << FullRange); in BuildCXXTypeConstructExpr()1560 << Ty << FullRange); in BuildCXXTypeConstructExpr()1564 Diag(TyBeginLoc, diag::warn_cxx20_compat_auto_expr) << FullRange; in BuildCXXTypeConstructExpr()1570 << ListInitialization << Ty << FullRange); in BuildCXXTypeConstructExpr()1578 << Ty << Deduce->getType() << FullRange in BuildCXXTypeConstructExpr()1610 << FullRange); in BuildCXXTypeConstructExpr()1620 << Ty << FullRange); in BuildCXXTypeConstructExpr()1638 FullRange)) in BuildCXXTypeConstructExpr()
11096 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local11099 << Name << Ctx << FullRange; in CheckTypenameType()11187 SourceRange FullRange(KeywordLoc.isValid() ? KeywordLoc : SS.getBeginLoc(), in CheckTypenameType() local11190 Diag(IILoc, DiagID) << FullRange << Name << Ctx; in CheckTypenameType()11192 Diag(IILoc, DiagID) << FullRange << Name; in CheckTypenameType()
1049 SourceRange FullRange = SourceRange(LHS->getBeginLoc(), RHS->getEndLoc()); in emitLogicalOperatorFixIt() local1051 << NewFnName << FixItHint::CreateReplacement(FullRange, OS.str()); in emitLogicalOperatorFixIt()