Searched refs:OldAT (Results 1 – 1 of 1) sorted by relevance
3900 AutoType *OldAT = Old->getReturnType()->getContainedAutoType(); in MergeFunctionDecl() local3901 if (OldAT && OldAT->isDeduced()) { in MergeFunctionDecl()3902 QualType DT = OldAT->getDeducedType(); in MergeFunctionDecl()