Searched refs:DependentBitIntType (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 345 DependentBitIntType::DependentBitIntType(const ASTContext &Context, in DependentBitIntType() function in DependentBitIntType 351 bool DependentBitIntType::isUnsigned() const { in isUnsigned() 355 clang::Expr *DependentBitIntType::getNumBitsExpr() const { in getNumBitsExpr() 359 void DependentBitIntType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 2033 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerType() 2052 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() 2083 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerType() 2102 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType()
|
| H A D | ASTStructuralEquivalence.cpp | 1232 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent() 1233 const auto *Int2 = cast<DependentBitIntType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1251 void TypePrinter::printDependentBitIntBefore(const DependentBitIntType *T, in printDependentBitIntBefore() 1261 void TypePrinter::printDependentBitIntAfter(const DependentBitIntType *T, in printDependentBitIntAfter()
|
| H A D | MicrosoftMangle.cpp | 3390 void MicrosoftCXXNameMangler::mangleType(const DependentBitIntType *T, in mangleType()
|
| H A D | ASTContext.cpp | 4550 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType() 4553 if (DependentBitIntType *Existing = in getDependentBitIntType() 4558 DependentBitIntType(*this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
|
| H A D | ItaniumMangle.cpp | 4041 void CXXNameMangler::mangleType(const DependentBitIntType *T) { in mangleType()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 113 def DependentBitIntType : TypeNode<Type>, AlwaysDependent;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 924 let Class = DependentBitIntType in {
|
| H A D | RecursiveASTVisitor.h | 1174 DEF_TRAVERSE_TYPE(DependentBitIntType, 1473 DEF_TRAVERSE_TYPELOC(DependentBitIntType, {
|
| H A D | TypeLoc.h | 2633 DependentBitIntType> {};
|
| H A D | ASTContext.h | 267 mutable llvm::FoldingSet<DependentBitIntType> DependentBitIntTypes;
|
| H A D | Type.h | 6470 class DependentBitIntType final : public Type, public llvm::FoldingSetNode { 6476 DependentBitIntType(const ASTContext &Context, bool IsUnsigned,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2148 const auto *IP = P->castAs<DependentBitIntType>(); in DeduceTemplateArgumentsByTypeMatch() 2167 if (const auto *IA = A->getAs<DependentBitIntType>()) { in DeduceTemplateArgumentsByTypeMatch() 5957 cast<DependentBitIntType>(T)->getNumBitsExpr(), in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 6520 const DependentBitIntType *EIT = TL.getTypePtr(); in TransformDependentBitIntType() 6540 if (isa<DependentBitIntType>(Result)) { in TransformDependentBitIntType()
|
| H A D | SemaTemplate.cpp | 6221 const DependentBitIntType *T) { in VisitDependentBitIntType()
|