Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3865 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
3878 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
3879 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
3897 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
3932 SpecRange, Hints); in checkFormatExpr()
3942 SpecRange, Hints); in checkFormatExpr()