Home | History | Annotate | Download | only in Sema

Lines Matching refs:InsertLoc

6922           SourceLocation InsertLoc;
6924 InsertLoc = D.getName().getSourceRange().getEnd();
6925 InsertLoc = getLocForEndOfToken(InsertLoc);
6931 << FixItHint::CreateInsertion(InsertLoc, "<>");