Home
last modified time | relevance | path

Searched refs:OperandArg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3250 QualType OperandArg, in checkHLSLSpirvTypeOperand() argument
3252 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() local
3411 auto Operand = checkHLSLSpirvTypeOperand(SemaRef, OperandArg, in checkBuiltinTemplateIdType()