Searched refs:InsertLoc (Results 1 – 4 of 4) sorted by relevance
254 SourceLocation InsertLoc = WrapE->getLocStart(); in rewriteToBridgedCast() local257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()267 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()270 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
297 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local298 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(), in getNoopInput()303 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
6925 SourceLocation InsertLoc = in CheckConversionDeclarator() local6927 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()6929 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()8279 SourceLocation InsertLoc = in CheckUsingDeclQualifier() local8281 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()8285 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
7063 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local7065 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()7066 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()7072 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()