Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp219 SourceLocation ExprStart = Expr->getBeginLoc(); in checkReset() local
223 bool InMacro = ExprStart.isMacroID(); in checkReset()
255 Diag << FixItHint::CreateInsertion(ExprStart, "*"); in checkReset()