Home | History | Annotate | Download | only in AST

Lines Matching refs:StartLoc

515                                                  SourceLocation StartLoc,
524 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
540 SourceLocation StartLoc, SourceLocation IdLoc,
544 return new (C, DC) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
550 SourceLocation StartLoc, SourceLocation IdLoc,
559 DC, StartLoc, IdLoc, D, P, Id, T, TInfo,
691 DeclContext *DC, SourceLocation StartLoc,
697 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc,
715 SourceLocation StartLoc,
723 Context, ClassTemplateSpecialization, TK, DC, StartLoc, IdLoc,
804 SourceLocation StartLoc,
814 TK, DC, StartLoc, IdLoc,
826 SourceLocation StartLoc, SourceLocation IdLoc,
838 ClassTemplatePartialSpecializationDecl(Context, TK, DC, StartLoc, IdLoc,
1058 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1062 : VarDecl(DK, Context, DC, StartLoc, IdLoc,
1075 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1080 VarTemplateSpecialization, Context, DC, StartLoc, IdLoc,
1121 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1127 DC, StartLoc, IdLoc, SpecializedTemplate, T,
1137 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc,
1147 Context, DC, StartLoc, IdLoc, Params, SpecializedTemplate, T, TInfo,