Home | History | Annotate | Download | only in Sema

Lines Matching refs:TemplateId

39 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
40 assert(TemplateId && "NULL template-id annotation?");
42 this->TemplateId = TemplateId;
43 StartLocation = TemplateId->TemplateNameLoc;
44 EndLocation = TemplateId->RAngleLoc;
47 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
48 assert(TemplateId && "NULL template-id annotation?");
50 this->TemplateId = TemplateId;
51 StartLocation = TemplateId->TemplateNameLoc;
52 EndLocation = TemplateId->RAngleLoc;