Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10487 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
10513 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
10514 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
10531 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
10568 SpecRange, Hints); in checkFormatExpr()
10577 E->getBeginLoc(), /*IsStringLocation*/ false, SpecRange, Hints); in checkFormatExpr()