Searched refs:DependentBitIntType (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 119 def DependentBitIntType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 428 DependentBitIntType::DependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr) in DependentBitIntType() function in DependentBitIntType 433 bool DependentBitIntType::isUnsigned() const { in isUnsigned() 437 clang::Expr *DependentBitIntType::getNumBitsExpr() const { in getNumBitsExpr() 441 void DependentBitIntType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 2225 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerType() 2241 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType() 2270 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerType() 2286 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType()
|
| H A D | TypePrinter.cpp | 1407 void TypePrinter::printDependentBitIntBefore(const DependentBitIntType *T, in printDependentBitIntBefore() 1417 void TypePrinter::printDependentBitIntAfter(const DependentBitIntType *T, in printDependentBitIntAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1498 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent() 1499 const auto *Int2 = cast<DependentBitIntType>(T2); in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 5207 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType() 5210 if (DependentBitIntType *Existing = in getDependentBitIntType() 5214 auto *New = new (*this, alignof(DependentBitIntType)) in getDependentBitIntType() 5215 DependentBitIntType(IsUnsigned, NumBitsExpr); in getDependentBitIntType()
|
| H A D | MicrosoftMangle.cpp | 3770 void MicrosoftCXXNameMangler::mangleType(const DependentBitIntType *T, in mangleType()
|
| H A D | ItaniumMangle.cpp | 4657 void CXXNameMangler::mangleType(const DependentBitIntType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 2075 const clang::DependentBitIntType *T) { in VisitDependentBitIntType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 1020 let Class = DependentBitIntType in {
|
| H A D | RecursiveASTVisitor.h | 1210 DEF_TRAVERSE_TYPE(DependentBitIntType, 1525 DEF_TRAVERSE_TYPELOC(DependentBitIntType, {
|
| H A D | TypeLoc.h | 2768 DependentBitIntType> {};
|
| H A D | ASTContext.h | 259 mutable llvm::ContextualFoldingSet<DependentBitIntType, ASTContext &>
|
| H A D | Type.h | 8015 class DependentBitIntType final : public Type, public llvm::FoldingSetNode { 8020 DependentBitIntType(bool IsUnsigned, Expr *NumBits);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2437 const auto *IP = P->castAs<DependentBitIntType>(); in DeduceTemplateArgumentsByTypeMatch() 2456 if (const auto *IA = A->getAs<DependentBitIntType>()) { in DeduceTemplateArgumentsByTypeMatch() 7019 cast<DependentBitIntType>(T)->getNumBitsExpr(), in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 7228 const DependentBitIntType *EIT = TL.getTypePtr(); in TransformDependentBitIntType() 7248 if (isa<DependentBitIntType>(Result)) { in TransformDependentBitIntType()
|
| H A D | SemaTemplate.cpp | 6265 const DependentBitIntType *T) { in VisitDependentBitIntType()
|