Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9179 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
9202 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
9203 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
9220 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
9257 SpecRange, Hints); in checkFormatExpr()
9266 E->getBeginLoc(), /*IsStringLocation*/ false, SpecRange, Hints); in checkFormatExpr()