Home
last modified time | relevance | path

Searched defs:ConstantType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2176 QualType ConstantType = Operand.getResultType(); in printHLSLInlineSpirvBefore() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3260 QualType ConstantType = LiteralArgs[0].getAsType(); in checkHLSLSpirvTypeOperand() local
3273 QualType ConstantType = ConstantArgs[0].getAsType(); in checkHLSLSpirvTypeOperand() local
H A DSemaInit.cpp9756 QualType ConstantType; in DiagnoseNarrowingInInitList() local
H A DSemaOverload.cpp360 QualType &ConstantType, bool IgnoreFloatToIntegralConversion) const { in getNarrowingKind()