Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4340 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
4353 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
4354 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
4372 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
4407 SpecRange, Hints); in checkFormatExpr()
4417 SpecRange, Hints); in checkFormatExpr()