Searched refs:InnerType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Type.h | 2512 ParenType(QualType InnerType, QualType CanonType) 2513 : Type(Paren, CanonType, InnerType->isDependentType(), 2514 InnerType->isInstantiationDependentType(), 2515 InnerType->isVariablyModifiedType(), 2516 InnerType->containsUnexpandedParameterPack()), 2517 Inner(InnerType) {}
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5767 InnerType) { in AST_MATCHER_P() argument 5768 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 13524 QualType InnerType = Ptr->getPointeeType(); in CheckLiteralOperatorDeclaration() local 13527 if (!(Context.hasSameType(InnerType.getUnqualifiedType(), in CheckLiteralOperatorDeclaration() 13529 InnerType.isConstQualified() && !InnerType.isVolatileQualified())) { in CheckLiteralOperatorDeclaration() 13580 QualType InnerType = PointeeType.getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local 13584 if (!(Context.hasSameType(InnerType, Context.CharTy) || in CheckLiteralOperatorDeclaration() 13585 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration() 13586 Context.hasSameType(InnerType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration() 13587 Context.hasSameType(InnerType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration() 13588 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
|
| H A D | TreeTransform.h | 941 QualType RebuildParenType(QualType InnerType) { in RebuildParenType() argument 942 return SemaRef.BuildParenType(InnerType); in RebuildParenType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4199 ASTContext::getParenType(QualType InnerType) const { in getParenType() 4201 ParenType::Profile(ID, InnerType); in getParenType() 4208 QualType Canon = InnerType; in getParenType() 4210 Canon = getCanonicalType(InnerType); in getParenType() 4216 T = new (*this, TypeAlignment) ParenType(InnerType, Canon); in getParenType()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1002 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local 1003 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6178 QualType InnerType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 6179 return Context.getParenType(InnerType); in readTypeRecord()
|