Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeEnum.h46 getUnderlyingType)
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp302 LVElement *LVTypeDefinition::getUnderlyingType() { in getUnderlyingType() function in LVTypeDefinition
336 setUnderlyingType(getUnderlyingType()); in resolveExtra()
427 LVObject *BaseType = ArgType->getUnderlyingType(); in encodeTemplateArgument()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h109 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function
159 LVElement *getUnderlyingType() override;
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp39 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp41 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp86 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
H A DASTStructuralEquivalence.cpp1086 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent()
1087 cast<MacroQualifiedType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
1096 cast<UsingType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent()
1097 cast<UsingType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
1125 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent()
1126 cast<UnaryTransformType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
2092 return IsStructurallyEquivalent(Context, D1->getUnderlyingType(), in IsStructurallyEquivalent()
2093 D2->getUnderlyingType()); in IsStructurallyEquivalent()
H A DASTImporterLookupTable.cpp28 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
H A DODRHash.cpp436 AddQualType(D->getUnderlyingType()); in VisitTypedefNameDecl()
881 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef()
1216 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
H A DType.cpp1315 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType()
1321 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>(); in VisitObjCTypeParamType()
1326 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType()
1934 return Visit(T->getUnderlyingType()); in VisitMacroQualifiedType()
3720 return typeMatchesDecl() ? Decl->getUnderlyingType() in desugar()
3733 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType
3740 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); } in desugar()
3745 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
3803 return getUnderlyingType(); in desugar()
4614 AttrTy = MacroTy->getUnderlyingType(); in stripOuterNullability()
H A DQualTypeNames.cpp453 QT = Ctx.getQualifiedType(UT->getUnderlyingType(), PrefixQualifiers); in getFullyQualifiedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp34 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp122 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
H A DVLASizeChecker.cpp278 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h537 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
544 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
H A DTypeProperties.td374 let Read = [{ node->getUnderlyingType() }];
425 let Read = [{ node->getUnderlyingType() }];
441 let Read = [{ node->getUnderlyingType() }];
603 let Read = [{ node->getUnderlyingType() }];
H A DASTNodeTraverser.h421 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl()
553 Visit(D->getUnderlyingType()); in VisitTypeAliasDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp189 return classify(DT->getUnderlyingType()); in classify()
/freebsd-14.2/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) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp588 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()
1130 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()
1165 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()
[all …]
H A DSemaCXXScopeSpec.cpp369 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier()
371 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp406 ->getUnderlyingType() in CanImport()
480 ->getUnderlyingType() in Import()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp231 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleTopLevelDeclInObjCContainer()
233 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleTopLevelDeclInObjCContainer()
234 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in HandleTopLevelDeclInObjCContainer()
2222 Type = TD->getUnderlyingType(); in RewriteObjCQualifiedInterfaceTypes()
4873 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl()
5606 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in RewriteFunctionBodyOrGlobalInitializer()
5608 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer()
5609 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer()
5784 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleDeclInMainFile()
5786 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile()
[all …]

1234