Searched refs:OperandArg (Results 1 – 1 of 1) sorted by relevance
3250 QualType OperandArg, in checkHLSLSpirvTypeOperand() argument3252 if (auto *RT = OperandArg->getAs<RecordType>()) { in checkHLSLSpirvTypeOperand()3284 if (SemaRef.RequireCompleteType(Loc, OperandArg, in checkHLSLSpirvTypeOperand()3287 return SpirvOperand::createType(OperandArg); in checkHLSLSpirvTypeOperand()3410 QualType OperandArg = OperandTA.getAsType(); in checkBuiltinTemplateIdType() local3411 auto Operand = checkHLSLSpirvTypeOperand(SemaRef, OperandArg, in checkBuiltinTemplateIdType()