Home | History | Annotate | Download | only in Parse

Lines Matching refs:TemplateId

1284       TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
1285 if (TemplateId->Kind == TNK_Function_template) {
1292 TemplateId->getTemplateArgs(),
1293 TemplateId->NumArgs);
1296 TemplateId->TemplateKWLoc,
1297 TemplateId->Template,
1298 TemplateId->TemplateNameLoc,
1299 TemplateId->LAngleLoc,
1301 TemplateId->RAngleLoc);
1391 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok);
1392 if (TemplateId->Kind == TNK_Type_template) {