Searched refs:DependentExtIntType (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/include/clang/Basic/ |
D | TypeNodes.td | 111 def DependentExtIntType : TypeNode<Type>, AlwaysDependent;
|
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 345 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()
|
D | ASTStructuralEquivalence.cpp | 1199 const auto *Int1 = cast<DependentExtIntType>(T1); in IsStructurallyEquivalent() 1200 const auto *Int2 = cast<DependentExtIntType>(T2); in IsStructurallyEquivalent()
|
D | TypePrinter.cpp | 1201 void TypePrinter::printDependentExtIntBefore(const DependentExtIntType *T, in printDependentExtIntBefore() 1211 void TypePrinter::printDependentExtIntAfter(const DependentExtIntType *T, in printDependentExtIntAfter()
|
D | MicrosoftMangle.cpp | 3238 void MicrosoftCXXNameMangler::mangleType(const DependentExtIntType *T, in mangleType()
|
D | ASTContext.cpp | 4373 DependentExtIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentExtIntType() 4376 if (DependentExtIntType *Existing = in getDependentExtIntType() 4381 DependentExtIntType(*this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
|
D | ItaniumMangle.cpp | 3743 void CXXNameMangler::mangleType(const DependentExtIntType *T) { in mangleType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 890 let Class = DependentExtIntType in {
|
D | RecursiveASTVisitor.h | 1065 DEF_TRAVERSE_TYPE(DependentExtIntType, 1351 DEF_TRAVERSE_TYPELOC(DependentExtIntType, {
|
D | TypeLoc.h | 2521 DependentExtIntType> {};
|
D | ASTContext.h | 241 mutable llvm::FoldingSet<DependentExtIntType> DependentExtIntTypes;
|
D | Type.h | 6306 class DependentExtIntType final : public Type, public llvm::FoldingSetNode { 6312 DependentExtIntType(const ASTContext &Context, bool IsUnsigned,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 2278 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()
|
D | TreeTransform.h | 6319 const DependentExtIntType *EIT = TL.getTypePtr(); in TransformDependentExtIntType() 6339 if (isa<DependentExtIntType>(Result)) { in TransformDependentExtIntType()
|
D | SemaTemplate.cpp | 6169 const DependentExtIntType *T) { in VisitDependentExtIntType()
|