Searched refs:InnerType (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprConstant.cpp | 1233 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/ |
| HD | Type.h | 2097 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/ |
| HD | ASTContext.cpp | 3422 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/ |
| HD | LegalizeDAG.cpp | 1219 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/ |
| HD | ASTReader.cpp | 5232 QualType InnerType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5233 return Context.getParenType(InnerType); in readTypeRecord()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 7119 const Type *InnerType = in CheckImplicitConversion() local 7121 if (isa<ImplicitCastExpr>(LastA) && (InnerType == Target)) { in CheckImplicitConversion()
|
| HD | TreeTransform.h | 867 QualType RebuildParenType(QualType InnerType) { in RebuildParenType() argument 868 return SemaRef.Context.getParenType(InnerType); in RebuildParenType()
|