Searched refs:VariableType (Results 1 – 3 of 3) sorted by relevance
3094 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local3141 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()3142 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()3149 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()3156 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()3166 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr() argument3167 if (CXXRecordDecl *RD = VariableType->getAsCXXRecordDecl()) in hasTrivialABIAttr()3182 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local3198 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()3199 (VariableType.isTriviallyCopyableType(Ctx) || in DiagnoseForRangeConstVariableCopies()[all …]
363 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()
341 SPIRVType *VariableType, in buildBuiltinVariableLoad() argument351 VariableType, MIRBuilder, SPIRV::StorageClass::Input); in buildBuiltinVariableLoad()362 buildLoadInst(VariableType, Variable, MIRBuilder, GR, LLType, Reg); in buildBuiltinVariableLoad()