Home
last modified time | relevance | path

Searched refs:getUnderlyingType (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp185 Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType()); in getBuiltinType()
187 codeview::TypeIndex Underlying = Record->getUnderlyingType(); in getBuiltinType()
303 Record->getUnderlyingType()); in getLength()
350 Record->getUnderlyingType()); in getTypeId()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp306 LVElement *LVTypeDefinition::getUnderlyingType() { in getUnderlyingType() function in LVTypeDefinition
340 setUnderlyingType(getUnderlyingType()); in resolveExtra()
431 LVObject *BaseType = ArgType->getUnderlyingType(); in encodeTemplateArgument()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeEnum.h47 getUnderlyingType)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h113 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function
163 LVElement *getUnderlyingType() override;
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp40 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp41 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp85 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
H A DASTImporterLookupTable.cpp28 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
H A DASTStructuralEquivalence.cpp1209 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent()
1210 cast<MacroQualifiedType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
1219 cast<UsingType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent()
1220 cast<UsingType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
1248 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent()
1249 cast<UnaryTransformType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
2398 return IsStructurallyEquivalent(Context, D1->getUnderlyingType(), in IsStructurallyEquivalent()
2399 D2->getUnderlyingType()); in IsStructurallyEquivalent()
H A DType.cpp1422 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType()
1428 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>(); in VisitObjCTypeParamType()
1433 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType()
2049 return Visit(T->getUnderlyingType()); in VisitMacroQualifiedType()
4045 return typeMatchesDecl() ? Decl->getUnderlyingType() : *getTrailingObjects(); in desugar()
4057 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType
4064 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); } in desugar()
4069 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
4146 return getUnderlyingType(); in desugar()
5102 AttrTy = MacroTy->getUnderlyingType(); in stripOuterNullability()
H A DODRHash.cpp462 AddQualType(D->getUnderlyingType()); in VisitTypedefNameDecl()
922 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef()
1260 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp33 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp286 AddQualType(T->getUnderlyingType()); in VisitDecltypeType()
387 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp121 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
H A DVLASizeChecker.cpp275 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h148 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
150 inline QualType getUnderlyingType(const ValueDecl &Node) {
153 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
154 return Node.getUnderlyingType();
156 inline QualType getUnderlyingType(const FriendDecl &Node) {
161 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) {
164 inline QualType getUnderlyingType(const ObjCInterfaceDecl &Node) {
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h541 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
548 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
H A DTypeProperties.td396 let Read = [{ node->getUnderlyingType() }];
447 let Read = [{ node->getUnderlyingType() }];
480 let Read = [{ node->getUnderlyingType() }];
642 let Read = [{ node->getUnderlyingType() }];
H A DASTNodeTraverser.h540 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl()
680 Visit(D->getUnderlyingType()); in VisitTypeAliasDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp64 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp595 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()
915 if (S.Context.hasSameType(prevTypeParam->getUnderlyingType(), in checkTypeParamListConsistency()
916 newTypeParam->getUnderlyingType())) in checkTypeParamListConsistency()
925 << newTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
928 << prevTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
933 prevTypeParam->getUnderlyingType().getAsString( in checkTypeParamListConsistency()
954 = " : " + prevTypeParam->getUnderlyingType().getAsString( in checkTypeParamListConsistency()
958 << prevTypeParam->getUnderlyingType() in checkTypeParamListConsistency()
1039 typeParam->getUnderlyingType()))); in ActOnStartClassInterface()
1127 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()
[all …]
H A DSemaObjC.cpp614 QualType bound = typeParam->getUnderlyingType(); in applyObjCTypeArgs()
652 QualType bound = typeParam->getUnderlyingType(); in applyObjCTypeArgs()
1661 QualType T = TD->getUnderlyingType(); in handleNSObject()
1686 QualType T = TD->getUnderlyingType(); in handleIndependentClass()
2039 QualType T = TD->getUnderlyingType(); in handleBridgeAttr()
H A DSemaCXXScopeSpec.cpp334 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier()
336 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
H A DSemaX86.cpp1045 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() || in handleForceAlignArgPointerAttr()
1046 TD->getUnderlyingType()->isFunctionType())) in handleForceAlignArgPointerAttr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp107 auto QT = TD->getUnderlyingType().getCanonicalType(); in visitTypedef()

1234