Searched refs:VariableType (Results 1 – 1 of 1) sorted by relevance
3046 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local3093 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()3094 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()3101 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()3108 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()3118 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr() argument3119 if (CXXRecordDecl *RD = VariableType->getAsCXXRecordDecl()) in hasTrivialABIAttr()3134 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local3150 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()3151 (VariableType.isTriviallyCopyableType(Ctx) || in DiagnoseForRangeConstVariableCopies()[all …]