Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dms-sizeof-missing-typename.cpp34 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 Dms-lookup-template-base-classes.cpp367 template <typename U> struct B { typedef U InnerType; }; typedef
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1072 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 DType.h1968 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 DASTContext.cpp3347 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 DLegalizeDAG.cpp1200 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 DSemaChecking.cpp6477 const Type *InnerType = in CheckImplicitConversion() local
6479 if (isa<ImplicitCastExpr>(LastA) && (InnerType == Target)) { in CheckImplicitConversion()
H A DTreeTransform.h851 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 DASTReader.cpp5459 QualType InnerType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5460 return Context.getParenType(InnerType); in readTypeRecord()