Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp345 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()
2057 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerType()
2076 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isSignedIntegerOrEnumerationType()
2107 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerType()
2126 if (const auto *IT = dyn_cast<DependentBitIntType>(CanonicalType)) in isUnsignedIntegerOrEnumerationType()
H A DASTStructuralEquivalence.cpp1279 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent()
1280 const auto *Int2 = cast<DependentBitIntType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1239 void TypePrinter::printDependentBitIntBefore(const DependentBitIntType *T, in printDependentBitIntBefore()
1249 void TypePrinter::printDependentBitIntAfter(const DependentBitIntType *T, in printDependentBitIntAfter()
H A DMicrosoftMangle.cpp3401 void MicrosoftCXXNameMangler::mangleType(const DependentBitIntType *T, in mangleType()
H A DASTContext.cpp4588 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
4591 if (DependentBitIntType *Existing = in getDependentBitIntType()
4596 DependentBitIntType(*this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
H A DItaniumMangle.cpp4044 void CXXNameMangler::mangleType(const DependentBitIntType *T) { in mangleType()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td113 def DependentBitIntType : TypeNode<Type>, AlwaysDependent;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td938 let Class = DependentBitIntType in {
H A DRecursiveASTVisitor.h1157 DEF_TRAVERSE_TYPE(DependentBitIntType,
1456 DEF_TRAVERSE_TYPELOC(DependentBitIntType, {
H A DTypeLoc.h2656 DependentBitIntType> {};
H A DASTContext.h241 mutable llvm::FoldingSet<DependentBitIntType> DependentBitIntTypes;
H A DType.h6544 class DependentBitIntType final : public Type, public llvm::FoldingSetNode {
6550 DependentBitIntType(const ASTContext &Context, bool IsUnsigned,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2177 const auto *IP = P->castAs<DependentBitIntType>(); in DeduceTemplateArgumentsByTypeMatch()
2196 if (const auto *IA = A->getAs<DependentBitIntType>()) { in DeduceTemplateArgumentsByTypeMatch()
6178 cast<DependentBitIntType>(T)->getNumBitsExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6635 const DependentBitIntType *EIT = TL.getTypePtr(); in TransformDependentBitIntType()
6655 if (isa<DependentBitIntType>(Result)) { in TransformDependentBitIntType()
H A DSemaTemplate.cpp6386 const DependentBitIntType *T) { in VisitDependentBitIntType()