Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td111 def DependentExtIntType : TypeNode<Type>, AlwaysDependent;
/external/llvm-project/clang/lib/AST/
DType.cpp345 DependentExtIntType::DependentExtIntType(const ASTContext &Context, in DependentExtIntType() function in DependentExtIntType
351 bool DependentExtIntType::isUnsigned() const { in isUnsigned()
355 clang::Expr *DependentExtIntType::getNumBitsExpr() const { in getNumBitsExpr()
359 void DependentExtIntType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
DASTStructuralEquivalence.cpp1199 const auto *Int1 = cast<DependentExtIntType>(T1); in IsStructurallyEquivalent()
1200 const auto *Int2 = cast<DependentExtIntType>(T2); in IsStructurallyEquivalent()
DTypePrinter.cpp1201 void TypePrinter::printDependentExtIntBefore(const DependentExtIntType *T, in printDependentExtIntBefore()
1211 void TypePrinter::printDependentExtIntAfter(const DependentExtIntType *T, in printDependentExtIntAfter()
DMicrosoftMangle.cpp3238 void MicrosoftCXXNameMangler::mangleType(const DependentExtIntType *T, in mangleType()
DASTContext.cpp4373 DependentExtIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
4376 if (DependentExtIntType *Existing = in getDependentExtIntType()
4381 DependentExtIntType(*this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
DItaniumMangle.cpp3743 void CXXNameMangler::mangleType(const DependentExtIntType *T) { in mangleType()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td890 let Class = DependentExtIntType in {
DRecursiveASTVisitor.h1065 DEF_TRAVERSE_TYPE(DependentExtIntType,
1351 DEF_TRAVERSE_TYPELOC(DependentExtIntType, {
DTypeLoc.h2521 DependentExtIntType> {};
DASTContext.h241 mutable llvm::FoldingSet<DependentExtIntType> DependentExtIntTypes;
DType.h6306 class DependentExtIntType final : public Type, public llvm::FoldingSetNode {
6312 DependentExtIntType(const ASTContext &Context, bool IsUnsigned,
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp2278 const auto *IntParam = cast<DependentExtIntType>(Param); in DeduceTemplateArgumentsByTypeMatch()
2297 if (const auto *IntArg = dyn_cast<DependentExtIntType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
6086 cast<DependentExtIntType>(T)->getNumBitsExpr(), in MarkUsedTemplateParameters()
DTreeTransform.h6319 const DependentExtIntType *EIT = TL.getTypePtr(); in TransformDependentExtIntType()
6339 if (isa<DependentExtIntType>(Result)) { in TransformDependentExtIntType()
DSemaTemplate.cpp6169 const DependentExtIntType *T) { in VisitDependentExtIntType()