| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 185 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 D | PDBSymbolTypeEnum.h | 46 getUnderlyingType)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 302 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 D | LVType.h | 109 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function 159 LVElement *getUnderlyingType() override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 39 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 41 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtIterator.cpp | 86 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 1086 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 D | ASTImporterLookupTable.cpp | 28 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
|
| H A D | ODRHash.cpp | 436 AddQualType(D->getUnderlyingType()); in VisitTypedefNameDecl() 881 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() 1216 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
|
| H A D | Type.cpp | 1315 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 D | QualTypeNames.cpp | 453 QT = Ctx.getQualifiedType(UT->getUnderlyingType(), PrefixQualifiers); in getFullyQualifiedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 34 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 122 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
|
| H A D | VLASizeChecker.cpp | 278 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 537 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType) 544 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
|
| H A D | TypeProperties.td | 374 let Read = [{ node->getUnderlyingType() }]; 425 let Read = [{ node->getUnderlyingType() }]; 441 let Read = [{ node->getUnderlyingType() }]; 603 let Read = [{ node->getUnderlyingType() }];
|
| H A D | ASTNodeTraverser.h | 421 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 D | Context.cpp | 189 return classify(DT->getUnderlyingType()); in classify()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 148 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 D | SemaDeclObjC.cpp | 588 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 D | SemaCXXScopeSpec.cpp | 369 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier() 371 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 406 ->getUnderlyingType() in CanImport() 480 ->getUnderlyingType() in Import()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 231 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 …]
|