Home | History | Annotate | Download | only in AST

Lines Matching refs:StartLoc

519                                                  SourceLocation StartLoc,
528 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
544 SourceLocation StartLoc, SourceLocation IdLoc,
548 return new (C) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
554 SourceLocation StartLoc, SourceLocation IdLoc,
564 return new (Mem) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc,
708 DeclContext *DC, SourceLocation StartLoc,
714 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc,
732 SourceLocation StartLoc,
741 TK, DC, StartLoc, IdLoc,
826 SourceLocation StartLoc,
838 TK, DC, StartLoc, IdLoc,
851 SourceLocation StartLoc, SourceLocation IdLoc,
867 StartLoc, IdLoc,
1094 ASTContext &Context, Kind DK, DeclContext *DC, SourceLocation StartLoc,
1098 : VarDecl(DK, DC, StartLoc, IdLoc, SpecializedTemplate->getIdentifier(), T,
1110 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1116 StartLoc, IdLoc, SpecializedTemplate, T,
1161 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1168 DC, StartLoc, IdLoc, SpecializedTemplate, T,
1179 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1191 Context, DC, StartLoc, IdLoc, Params, SpecializedTemplate, T, TInfo,