Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp761 const char *ExprEnd = Argument; in HandlePluralModifier() local
762 while (*ExprEnd != ':') { in HandlePluralModifier()
763 assert(ExprEnd != ArgumentEnd && "Plural missing expression end"); in HandlePluralModifier()
764 ++ExprEnd; in HandlePluralModifier()
766 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) { in HandlePluralModifier()
767 Argument = ExprEnd + 1; in HandlePluralModifier()
768 ExprEnd = ScanFormat(Argument, ArgumentEnd, '|'); in HandlePluralModifier()
772 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp66 const auto ExprEnd = SAE.expr_end(); in removeUnnecessaryLoads() local
76 I != ExprEnd; ++I) { in removeUnnecessaryLoads()
99 I != ExprEnd; ++I) { in removeUnnecessaryLoads()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.cpp219 SourceLocation ExprEnd = in checkReset() local
248 CharSourceRange::getCharRange(OperatorLoc, ExprEnd), in checkReset()