Searched refs:VariableType (Results 1 – 2 of 2) sorted by relevance
2687 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local2732 << VD << VariableType << E->getType(); in DiagnoseForRangeReferenceVariableCopies()2733 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()2760 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local2775 if (VariableType.isPODType(SemaRef.Context)) in DiagnoseForRangeConstVariableCopies()2781 << VD << VariableType << InitExpr->getType(); in DiagnoseForRangeConstVariableCopies()2783 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()2810 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local2812 if (VariableType->isIncompleteType()) in DiagnoseForRangeVariableCopies()2819 if (VariableType->isReferenceType()) { in DiagnoseForRangeVariableCopies()[all …]
358 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()