Home | History | Annotate | Download | only in AST

Lines Matching defs:StartLoc

2553   SourceLocation StartLoc = Importer.Import(D->getLocStart());
2558 DC, StartLoc, Loc,
2564 DC, StartLoc, Loc, Name.getAsIdentifierInfo());
4020 SourceLocation StartLoc = Importer.Import(DTemplated->getLocStart());
4024 DC, StartLoc, IdLoc,
4091 SourceLocation StartLoc = Importer.Import(D->getLocStart());
4124 StartLoc, IdLoc,
4211 SourceLocation StartLoc = Importer.Import(DTemplated->getLocStart());
4214 VarDecl *D2Templated = VarDecl::Create(Importer.getToContext(), DC, StartLoc,
4287 SourceLocation StartLoc = Importer.Import(D->getLocStart());
4325 Importer.getToContext(), DC, StartLoc, IdLoc, VarTemplate, T, TInfo,