Searched refs:VDType (Results 1 – 2 of 2) sorted by relevance
1175 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local1177 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()1205 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local1207 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()
2956 QualType VDType = VD->getType(); in isCopyElisionCandidate() local2964 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() && in isCopyElisionCandidate()2965 !Context.hasSameUnqualifiedType(ReturnType, VDType)) in isCopyElisionCandidate()