Searched refs:ConstructCallStart (Results 1 – 1 of 1) sorted by relevance
151 SourceLocation ConstructCallStart = Construct->getExprLoc(); in checkConstruct() local152 bool InMacro = ConstructCallStart.isMacroID(); in checkConstruct()161 ConstructCallStart, Construct->getParenOrBraceRange().getBegin()), in checkConstruct()166 auto Diag = diag(ConstructCallStart, "use %0 instead") in checkConstruct()184 ConstructCallEnd = ConstructCallStart.getLocWithOffset(ExprStr.size()); in checkConstruct()189 ConstructCallEnd = ConstructCallStart.getLocWithOffset(LAngle); in checkConstruct()193 CharSourceRange::getCharRange(ConstructCallStart, ConstructCallEnd), in checkConstruct()210 insertHeader(Diag, SM.getFileID(ConstructCallStart)); in checkConstruct()