Searched refs:getUnderlyingType (Results 51 - 75 of 76) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp455 if ((*I)->getUnderlyingType() == VT)
H A DSemaAttr.cpp152 QualType Canonical = TD->getUnderlyingType().getCanonicalType();
H A DSemaDecl.cpp2556 if (S.Context.hasSameType(OldTD->getUnderlyingType(),
2557 Decl->getUnderlyingType()))
2576 OldType = OldTypedef->getUnderlyingType();
2579 QualType NewType = New->getUnderlyingType();
2628 QualType T = New->getUnderlyingType();
2644 Context.setObjCClassRedefinitionType(New->getUnderlyingType());
2651 Context.setObjCSelRedefinitionType(New->getUnderlyingType());
2688 OldTD->getUnderlyingType());
5055 if (!Context.hasSameType(NewTD->getUnderlyingType(),
17644 if (const TagType *TT = TD->getUnderlyingType()
[all...]
H A DSemaType.cpp965 QualType bound = typeParam->getUnderlyingType();
1003 QualType bound = typeParam->getUnderlyingType();
7283 T = cast<MacroQualifiedType>(Ty)->getUnderlyingType();
7342 return wrap(C, cast<MacroQualifiedType>(Old)->getUnderlyingType(), I);
7616 QualType underlyingType = typedefDecl->getUnderlyingType();
H A DSemaDeclCXX.cpp1917 if (TN->getUnderlyingType()->isVariablyModifiedType()) {
12415 return Context.hasSameType(TD1->getUnderlyingType(),
12416 TD2->getUnderlyingType());
13604 !Context.hasSameType(OldTD->getUnderlyingType(),
13605 NewTD->getUnderlyingType())) {
13609 << 2 << NewTD->getUnderlyingType() << OldTD->getUnderlyingType();
H A DSemaTemplateInstantiateDecl.cpp1026 if (const TagType *oldTagType = D->getUnderlyingType()->getAs<TagType>()) {
1051 if (D->getUnderlyingType()->getAs<DependentNameType>())
H A DSemaTemplateInstantiate.cpp2837 return Visit(T->getUnderlyingType());
H A DSemaTemplate.cpp1771 TransformType(TD->getUnderlyingType());
4048 CanonType = SubstType(Pattern->getUnderlyingType(),
H A DSemaLookup.cpp2835 << TD->getUnderlyingType();
H A DSemaTemplateDeduction.cpp6428 cast<UnaryTransformType>(T)->getUnderlyingType(),
H A DTreeTransform.h6358 Underlying != T->getUnderlyingType()) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1407 Expected<QualType> UnderlyingOrErr = import(T->getUnderlyingType());
1420 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
1434 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
1698 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
2677 QualType FromUT = D->getUnderlyingType();
2678 QualType FoundUT = FoundTypedef->getUnderlyingType();
2719 auto ToUnderlyingType = importChecked(Err, D->getUnderlyingType());
2897 if (const auto *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
3023 if (const auto *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
H A DDeclObjC.cpp1535 typeArgs.push_back(typeParam->getUnderlyingType());
H A DDecl.cpp3394 T = TD->getDecl()->getUnderlyingType();
5458 if (auto *TT = getUnderlyingType()->getAs<TagType>()) {
H A DExpr.cpp871 ->getUnderlyingType()
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1419 .append(getFragmentsForType(Decl->getUnderlyingType(),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp485 auto underlying_type_up = enum_type->getUnderlyingType();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2052 printTypeIndex("UnderlyingType", Enum.getUnderlyingType(), StreamTPI);
2072 Scope->setType(getElement(StreamTPI, Enum.getUnderlyingType()));
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1070 TRY_TO(TraverseType(T->getUnderlyingType()));
1110 { TRY_TO(TraverseType(T->getUnderlyingType())); })
H A DDecl.h3446 QualType getUnderlyingType() const {
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1054 T = TD->getDecl()->getUnderlyingType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3958 ->getUnderlyingType())
4059 ->getUnderlyingType())
4627 return GetType(typedef_type->getDecl()->getUnderlyingType());
8574 ->getUnderlyingType();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp178 QualType Ty = cast<TypedefNameDecl>(D).getUnderlyingType();
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp421 Record.AddTypeRef(D->getUnderlyingType());
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2947 const Type *T = TND->getUnderlyingType().getTypePtr();

Completed in 1076 milliseconds

1234