Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5224 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
5237 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
5238 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
5255 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
5290 SpecRange, Hints); in checkFormatExpr()
5300 SpecRange, Hints); in checkFormatExpr()