Searched refs:InnerType (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
| H A D | ms-sizeof-missing-typename.cpp | 34 x1 = sizeof(typename T::/*template*/ InnerTemplate<sizeof(/*typename*/ T::InnerType)>), 36 x2 = sizeof(typename T::template InnerTemplate<sizeof(/*typename*/ T::InnerType)>), 46 typedef double InnerType; typedef
|
| H A D | ms-lookup-template-base-classes.cpp | 367 template <typename U> struct B { typedef U InnerType; }; typedef
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1072 QualType InnerType = AT->getValueType(); in EmitConstantValue() local 1073 auto *Inner = EmitConstantValue(Value, InnerType, CGF); in EmitConstantValue() 1075 uint64_t InnerSize = Context.getTypeSize(InnerType); in EmitConstantValue()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 1968 ParenType(QualType InnerType, QualType CanonType) : 1969 Type(Paren, CanonType, InnerType->isDependentType(), 1970 InnerType->isInstantiationDependentType(), 1971 InnerType->isVariablyModifiedType(), 1972 InnerType->containsUnexpandedParameterPack()), 1973 Inner(InnerType) {
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3347 ASTContext::getParenType(QualType InnerType) const { in getParenType() 3349 ParenType::Profile(ID, InnerType); in getParenType() 3356 QualType Canon = InnerType; in getParenType() 3358 Canon = getCanonicalType(InnerType); in getParenType() 3364 T = new (*this) ParenType(InnerType, Canon); in getParenType()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1200 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local 1201 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6477 const Type *InnerType = in CheckImplicitConversion() local 6479 if (isa<ImplicitCastExpr>(LastA) && (InnerType == Target)) { in CheckImplicitConversion()
|
| H A D | TreeTransform.h | 851 QualType RebuildParenType(QualType InnerType) { in RebuildParenType() argument 852 return SemaRef.Context.getParenType(InnerType); in RebuildParenType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5459 QualType InnerType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5460 return Context.getParenType(InnerType); in readTypeRecord()
|