Home | History | Annotate | Download | only in Sema

Lines Matching refs:TemplateId

2249   assert(!R.empty() && "empty lookup results when building templateid");
2250 assert(!R.isAmbiguous() && "ambiguous lookup when building templateid");
6622 TemplateIdAnnotation *TemplateId = D.getName().TemplateId;
6623 TemplateArgs.setLAngleLoc(TemplateId->LAngleLoc);
6624 TemplateArgs.setRAngleLoc(TemplateId->RAngleLoc);
6626 TemplateId->getTemplateArgs(),
6627 TemplateId->NumArgs);