Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldDecl

28 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
30 if (!OldDecl->getQualifierLoc())
34 = SemaRef.SubstNestedNameSpecifierLoc(OldDecl->getQualifierLoc(),
44 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
46 if (!OldDecl->getQualifierLoc())
50 = SemaRef.SubstNestedNameSpecifierLoc(OldDecl->getQualifierLoc(),