Searched refs:DependentExtIntType (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 111 def DependentExtIntType : TypeNode<Type>, AlwaysDependent;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A 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()
|
| H A D | ASTStructuralEquivalence.cpp | 1217 const auto *Int1 = cast<DependentExtIntType>(T1); in IsStructurallyEquivalent() 1218 const auto *Int2 = cast<DependentExtIntType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1206 void TypePrinter::printDependentExtIntBefore(const DependentExtIntType *T, in printDependentExtIntBefore() 1216 void TypePrinter::printDependentExtIntAfter(const DependentExtIntType *T, in printDependentExtIntAfter()
|
| H A D | ASTContext.cpp | 4443 DependentExtIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentExtIntType() 4446 if (DependentExtIntType *Existing = in getDependentExtIntType() 4451 DependentExtIntType(*this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
|
| H A D | MicrosoftMangle.cpp | 3350 void MicrosoftCXXNameMangler::mangleType(const DependentExtIntType *T, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3959 void CXXNameMangler::mangleType(const DependentExtIntType *T) { in mangleType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 898 let Class = DependentExtIntType in {
|
| H A D | RecursiveASTVisitor.h | 1078 DEF_TRAVERSE_TYPE(DependentExtIntType, 1364 DEF_TRAVERSE_TYPELOC(DependentExtIntType, {
|
| H A D | TypeLoc.h | 2570 DependentExtIntType> {};
|
| H A D | ASTContext.h | 244 mutable llvm::FoldingSet<DependentExtIntType> DependentExtIntTypes;
|
| H A D | Type.h | 6338 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 D | SemaTemplateDeduction.cpp | 2263 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 D | TreeTransform.h | 6405 const DependentExtIntType *EIT = TL.getTypePtr(); in TransformDependentExtIntType() 6425 if (isa<DependentExtIntType>(Result)) { in TransformDependentExtIntType()
|
| H A D | SemaTemplate.cpp | 6159 const DependentExtIntType *T) { in VisitDependentExtIntType()
|