Home | History | Annotate | Download | only in Sema

Lines Matching refs:UnqualifiedId

31 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) {
39 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) {
340 (getName().Kind == UnqualifiedId::IK_OperatorFunctionId &&
346 return (getName().getKind() == UnqualifiedId::IK_ConstructorName) ||
347 (getName().getKind() == UnqualifiedId::IK_DestructorName);
1211 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc,