Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8907 CharSourceRange SpecRange = getSpecifierRange(StartSpecifier, SpecifierLen); in checkFormatExpr() local
8930 /*IsStringLocation*/ false, SpecRange, in checkFormatExpr()
8931 FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
8948 Hints.push_back(FixItHint::CreateReplacement(SpecRange, os.str())); in checkFormatExpr()
8985 SpecRange, Hints); in checkFormatExpr()
8994 E->getBeginLoc(), /*IsStringLocation*/ false, SpecRange, Hints); in checkFormatExpr()