Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp10171 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
10194 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
10195 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
10212 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
10249 SpecRange, Hints); in checkFormatExpr()
10258 E->getBeginLoc(), /*IsStringLocation*/ false, SpecRange, Hints); in checkFormatExpr()