Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2176 QualType ConstantType = Operand.getResultType(); in printHLSLInlineSpirvBefore() local
2178 printBefore(ConstantType, OS); in printHLSLInlineSpirvBefore()
2179 printAfter(ConstantType, OS); in printHLSLInlineSpirvBefore()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h461 APValue &ConstantValue, QualType &ConstantType,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3260 QualType ConstantType = LiteralArgs[0].getAsType(); in checkHLSLSpirvTypeOperand() local
3261 RT = ConstantType->getAs<RecordType>(); in checkHLSLSpirvTypeOperand()
3273 QualType ConstantType = ConstantArgs[0].getAsType(); in checkHLSLSpirvTypeOperand() local
3278 return SpirvOperand::createConstant(ConstantType, Value); in checkHLSLSpirvTypeOperand()
H A DSemaOverload.cpp360 QualType &ConstantType, bool IgnoreFloatToIntegralConversion) const { in getNarrowingKind() argument
420 ConstantType = Initializer->getType(); in getNarrowingKind()
469 ConstantType = Initializer->getType(); in getNarrowingKind()
476 ConstantType = Initializer->getType(); in getNarrowingKind()
570 ConstantType = Initializer->getType(); in getNarrowingKind()
595 ConstantType = Initializer->getType(); in getNarrowingKind()
H A DSemaInit.cpp9756 QualType ConstantType; in DiagnoseNarrowingInInitList() local
9758 ConstantType)) { in DiagnoseNarrowingInInitList()
9783 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()