Home | History | Annotate | Download | only in AST

Lines Matching refs:Primary

81 // primary entity for which we are computing visibility.  For example,
2947 // instantiation pattern is always its primary template's pattern
2948 // even if its primary template was instantiated from another
2958 "generated from a primary call operator "
2967 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) {
2968 while (Primary->getInstantiatedFromMemberTemplate()) {
2971 if (Primary->isMemberSpecialization())
2973 Primary = Primary->getInstantiatedFromMemberTemplate();
2976 return Primary->getTemplatedDecl();