Home | History | Annotate | Download | only in AST

Lines Matching refs:Primary

93 // primary entity for which we are computing visibility.  For example,
3035 // instantiation pattern is always its primary template's pattern
3036 // even if its primary template was instantiated from another
3046 "generated from a primary call operator "
3055 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) {
3056 while (Primary->getInstantiatedFromMemberTemplate()) {
3059 if (Primary->isMemberSpecialization())
3061 Primary = Primary->getInstantiatedFromMemberTemplate();
3064 return Primary->getTemplatedDecl();