Searched refs:VDType (Results 1 – 2 of 2) sorted by relevance
1152 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local1154 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()1182 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local1184 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()
2726 QualType VDType = VD->getType(); in isCopyElisionCandidate() local2734 if (!AllowParamOrMoveConstructible && !VDType->isDependentType() && in isCopyElisionCandidate()2735 !Context.hasSameUnqualifiedType(ReturnType, VDType)) in isCopyElisionCandidate()