Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td111 def DependentExtIntType : TypeNode<Type>, AlwaysDependent;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
H A DASTStructuralEquivalence.cpp1217 const auto *Int1 = cast<DependentExtIntType>(T1); in IsStructurallyEquivalent()
1218 const auto *Int2 = cast<DependentExtIntType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1206 void TypePrinter::printDependentExtIntBefore(const DependentExtIntType *T, in printDependentExtIntBefore()
1216 void TypePrinter::printDependentExtIntAfter(const DependentExtIntType *T, in printDependentExtIntAfter()
H A DASTContext.cpp4443 DependentExtIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
4446 if (DependentExtIntType *Existing = in getDependentExtIntType()
4451 DependentExtIntType(*this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
H A DMicrosoftMangle.cpp3350 void MicrosoftCXXNameMangler::mangleType(const DependentExtIntType *T, in mangleType()
H A DItaniumMangle.cpp3959 void CXXNameMangler::mangleType(const DependentExtIntType *T) { in mangleType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td898 let Class = DependentExtIntType in {
H A DRecursiveASTVisitor.h1078 DEF_TRAVERSE_TYPE(DependentExtIntType,
1364 DEF_TRAVERSE_TYPELOC(DependentExtIntType, {
H A DTypeLoc.h2570 DependentExtIntType> {};
H A DASTContext.h244 mutable llvm::FoldingSet<DependentExtIntType> DependentExtIntTypes;
H A DType.h6338 class DependentExtIntType final : public Type, public llvm::FoldingSetNode {
6344 DependentExtIntType(const ASTContext &Context, bool IsUnsigned,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2263 const auto *IntParam = cast<DependentExtIntType>(Param); in DeduceTemplateArgumentsByTypeMatch()
2282 if (const auto *IntArg = dyn_cast<DependentExtIntType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
6079 cast<DependentExtIntType>(T)->getNumBitsExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6405 const DependentExtIntType *EIT = TL.getTypePtr(); in TransformDependentExtIntType()
6425 if (isa<DependentExtIntType>(Result)) { in TransformDependentExtIntType()
H A DSemaTemplate.cpp6159 const DependentExtIntType *T) { in VisitDependentExtIntType()