Searched defs:VariableType (Results 1 – 6 of 6) sorted by relevance
36 class VariableType class177 inline VariableType::VariableType (void) in VariableType() function in rsg::VariableType186 inline VariableType::VariableType (Type baseType, int numElements) in VariableType() function in rsg::VariableType196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType() function in rsg::VariableType206 inline VariableType::VariableType (Type baseType, const char* typeName) in VariableType() function in rsg::VariableType
53 VariableType::VariableType (const VariableType& other) in VariableType() function in rsg::VariableType
2754 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local2826 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr()2842 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local2900 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local
813 enum VariableType { enum in CountItems
2454 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local2527 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local2577 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local
175 enum class VariableType enum