Searched refs:getUnderlyingType (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp212 if (TD->getUnderlyingType()->isVariablyModifiedType())
H A DSemaAttr.cpp139 QualType Canonical = TD->getUnderlyingType().getCanonicalType();
H A DSemaAvailability.cpp72 if (const auto *TT = TD->getUnderlyingType()->getAs<TagType>()) {
H A DSemaStmtAsm.cpp819 QualType QT = TD->getUnderlyingType();
H A DSemaDeclAttr.cpp2672 QualType T = TD->getUnderlyingType();
2699 QualType T = TD->getUnderlyingType();
3601 if (TD && TD->getUnderlyingType()->isUnionType())
3602 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl();
3694 T = TD->getUnderlyingType();
3802 if (!TND->getUnderlyingType()->isDependentType()) {
4074 OldTy = TD->getUnderlyingType();
5350 QualType T = TD->getUnderlyingType();
6191 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||
6192 TD->getUnderlyingType()
[all...]
H A DSemaExceptionSpec.cpp1506 if (TND->getUnderlyingType()->isVariablyModifiedType())
H A DSemaExprObjC.cpp3841 QualType QT = TDNDecl->getUnderlyingType();
3858 T = TDNDecl->getUnderlyingType();
4056 T = TDNDecl->getUnderlyingType();
4125 T = TDNDecl->getUnderlyingType();
H A DSemaDecl.cpp2183 if (S.Context.hasSameType(OldTD->getUnderlyingType(),
2184 Decl->getUnderlyingType()))
2203 OldType = OldTypedef->getUnderlyingType();
2206 QualType NewType = New->getUnderlyingType();
2255 QualType T = New->getUnderlyingType();
2271 Context.setObjCClassRedefinitionType(New->getUnderlyingType());
2278 Context.setObjCSelRedefinitionType(New->getUnderlyingType());
2315 OldTD->getUnderlyingType());
4473 if (!Context.hasSameType(NewTD->getUnderlyingType(),
15645 if (const TagType *TT = TD->getUnderlyingType()
[all...]
H A DSemaExprMember.cpp423 if ((*I)->getUnderlyingType() == VT)
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp1002 QualType T = Typedef->getUnderlyingType();
H A DASTContext.cpp591 QualType QT = TD->getUnderlyingType();
2258 cast<MacroQualifiedType>(T)->getUnderlyingType().getTypePtr());
2265 TypeInfo Info = getTypeInfo(Typedef->getUnderlyingType().getTypePtr());
2979 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI),
4398 Canonical = getCanonicalType(Decl->getUnderlyingType());
5102 ObjCTypeParamType::Profile(ID, Decl, Decl->getUnderlyingType(), protocols);
5109 QualType Canonical = getCanonicalType(Decl->getUnderlyingType());
5130 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType()));
6484 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>();
H A DASTImporter.cpp1315 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
1328 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
1342 ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
2419 QualType FromUT = D->getUnderlyingType();
2420 QualType FoundUT = FoundTypedef->getUnderlyingType();
2445 auto ToUnderlyingType = importChecked(Err, D->getUnderlyingType());
2612 if (const auto *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
2721 if (const auto *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
H A DDeclBase.cpp1008 Ty = D->getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp430 const Type *TypeNode = DeclNode->getUnderlyingType().getTypePtr();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp277 printTypeIndex("UnderlyingType", Enum.getUnderlyingType());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4035 DeclT = TDD->getUnderlyingType();
4716 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
4718 else if (TD->getUnderlyingType()->isFunctionPointerType())
4719 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4890 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
4892 else if (TD->getUnderlyingType()->isFunctionPointerType())
4893 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4407 QualType getUnderlyingType() const { return UnderlyingTy; }
4476 QualType getUnderlyingType() const { return TOType; }
4479 QualType desugar() const { return getUnderlyingType(); }
4499 QualType getUnderlyingType() const { return UnderlyingType; }
4556 QualType getUnderlyingType() const { return UnderlyingType; }
H A DRecursiveASTVisitor.h978 DEF_TRAVERSE_TYPE(TypeOfType, { TRY_TO(TraverseType(T->getUnderlyingType())); })
985 TRY_TO(TraverseType(T->getUnderlyingType()));
1023 { TRY_TO(TraverseType(T->getUnderlyingType())); })
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1194 getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit);
2428 getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit),
3055 T = cast<TypeOfType>(T)->getUnderlyingType();
3058 T = cast<DecltypeType>(T)->getUnderlyingType();
3061 T = cast<UnaryTransformType>(T)->getUnderlyingType();
3073 T = cast<MacroQualifiedType>(T)->getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1534 static QualType getUnderlyingType(const SubRegion *R) { function
1565 QualType RegionTy = getUnderlyingType(R);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1060 T = TD->getDecl()->getUnderlyingType();
1363 Ty = TD->getDecl()->getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp477 auto underlying_type_up = enum_type->getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h534 TypeIndex getUnderlyingType() const { return UnderlyingType; } function in class:llvm::codeview::EnumRecord
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp431 return Value + T->getUnderlyingType().getAsString(TypePP) + ";";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp894 QT = T->getDecl()->getUnderlyingType();

Completed in 374 milliseconds

123