Home
last modified time | relevance | path

Searched refs:DependentBitIntType (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td117 def DependentBitIntType : TypeNode<Type>, AlwaysDependent;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp384 DependentBitIntType::DependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr) in DependentBitIntType() function in DependentBitIntType
389 bool DependentBitIntType::isUnsigned() const { in isUnsigned()
393 clang::Expr *DependentBitIntType::getNumBitsExpr() const { in getNumBitsExpr()
397 void DependentBitIntType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
2161 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerType()
2180 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType()
2211 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerType()
2230 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType()
H A DASTStructuralEquivalence.cpp1394 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent()
1395 const auto *Int2 = cast<DependentBitIntType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1362 void TypePrinter::printDependentBitIntBefore(const DependentBitIntType *T, in printDependentBitIntBefore()
1372 void TypePrinter::printDependentBitIntAfter(const DependentBitIntType *T, in printDependentBitIntAfter()
H A DASTContext.cpp4981 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
4984 if (DependentBitIntType *Existing = in getDependentBitIntType()
4988 auto *New = new (*this, alignof(DependentBitIntType)) in getDependentBitIntType()
4989 DependentBitIntType(IsUnsigned, NumBitsExpr); in getDependentBitIntType()
H A DMicrosoftMangle.cpp3685 void MicrosoftCXXNameMangler::mangleType(const DependentBitIntType *T, in mangleType()
H A DItaniumMangle.cpp4446 void CXXNameMangler::mangleType(const DependentBitIntType *T) { in mangleType()
H A DASTImporter.cpp1807 const clang::DependentBitIntType *T) { in VisitDependentBitIntType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td997 let Class = DependentBitIntType in {
H A DRecursiveASTVisitor.h1193 DEF_TRAVERSE_TYPE(DependentBitIntType,
1502 DEF_TRAVERSE_TYPELOC(DependentBitIntType, {
H A DTypeLoc.h2709 DependentBitIntType> {};
H A DASTContext.h253 mutable llvm::ContextualFoldingSet<DependentBitIntType, ASTContext &>
H A DType.h7659 class DependentBitIntType final : public Type, public llvm::FoldingSetNode {
7664 DependentBitIntType(bool IsUnsigned, Expr *NumBits);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2359 const auto *IP = P->castAs<DependentBitIntType>(); in DeduceTemplateArgumentsByTypeMatch()
2378 if (const auto *IA = A->getAs<DependentBitIntType>()) { in DeduceTemplateArgumentsByTypeMatch()
6629 cast<DependentBitIntType>(T)->getNumBitsExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6994 const DependentBitIntType *EIT = TL.getTypePtr(); in TransformDependentBitIntType()
7014 if (isa<DependentBitIntType>(Result)) { in TransformDependentBitIntType()
H A DSemaTemplate.cpp5844 const DependentBitIntType *T) { in VisitDependentBitIntType()