Home | History | Annotate | Download | only in Sema

Lines Matching refs:InsertLoc

5015           SourceLocation InsertLoc;
5017 InsertLoc = D.getName().getSourceRange().getEnd();
5018 InsertLoc = PP.getLocForEndOfToken(InsertLoc);
5024 << FixItHint::CreateInsertion(InsertLoc, "<>");