Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1233 QualType InnerType = AT->getValueType(); in EmitConstantValue() local
1234 auto *Inner = EmitConstantValue(Value, InnerType, CGF); in EmitConstantValue()
1236 uint64_t InnerSize = Context.getTypeSize(InnerType); in EmitConstantValue()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h2097 ParenType(QualType InnerType, QualType CanonType) :
2098 Type(Paren, CanonType, InnerType->isDependentType(),
2099 InnerType->isInstantiationDependentType(),
2100 InnerType->isVariablyModifiedType(),
2101 InnerType->containsUnexpandedParameterPack()),
2102 Inner(InnerType) {
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3422 ASTContext::getParenType(QualType InnerType) const { in getParenType()
3424 ParenType::Profile(ID, InnerType); in getParenType()
3431 QualType Canon = InnerType; in getParenType()
3433 Canon = getCanonicalType(InnerType); in getParenType()
3439 T = new (*this, TypeAlignment) ParenType(InnerType, Canon); in getParenType()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp1219 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
1220 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5232 QualType InnerType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5233 return Context.getParenType(InnerType); in readTypeRecord()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp7119 const Type *InnerType = in CheckImplicitConversion() local
7121 if (isa<ImplicitCastExpr>(LastA) && (InnerType == Target)) { in CheckImplicitConversion()
HDTreeTransform.h867 QualType RebuildParenType(QualType InnerType) { in RebuildParenType() argument
868 return SemaRef.Context.getParenType(InnerType); in RebuildParenType()