/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolTypeEnum.h | 46 getUnderlyingType)
|
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyEnumDumper.cpp | 41 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | TypedefUnderlyingTypeResolver.cpp | 40 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtIterator.cpp | 86 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
|
H A D | ASTStructuralEquivalence.cpp | 1104 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1105 cast<MacroQualifiedType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 1114 cast<UsingType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1115 cast<UsingType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 1143 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1144 cast<UnaryTransformType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 2129 return IsStructurallyEquivalent(Context, D1->getUnderlyingType(), in IsStructurallyEquivalent() 2130 D2->getUnderlyingType()); in IsStructurallyEquivalent()
|
H A D | ASTImporterLookupTable.cpp | 28 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
|
H A D | ODRHash.cpp | 443 AddQualType(D->getUnderlyingType()); in VisitTypedefNameDecl() 894 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() 1233 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
|
H A D | Type.cpp | 1377 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType() 1383 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>(); in VisitObjCTypeParamType() 1388 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType() 1997 return Visit(T->getUnderlyingType()); in VisitMacroQualifiedType() 3869 return typeMatchesDecl() ? Decl->getUnderlyingType() in desugar() 3882 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType 3889 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); } in desugar() 3894 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3973 return getUnderlyingType(); in desugar() 4859 AttrTy = MacroTy->getUnderlyingType(); in stripOuterNullability()
|
H A D | QualTypeNames.cpp | 454 QT = Ctx.getQualifiedType(UT->getUnderlyingType(), PrefixQualifiers); in getFullyQualifiedType()
|
/freebsd/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/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 | 407 let Read = [{ node->getUnderlyingType() }]; 458 let Read = [{ node->getUnderlyingType() }]; 488 let Read = [{ node->getUnderlyingType() }]; 650 let Read = [{ node->getUnderlyingType() }];
|
H A D | ASTNodeTraverser.h | 510 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() 644 Visit(D->getUnderlyingType()); in VisitTypeAliasDecl()
|
/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.cpp | 187 return classify(DT->getUnderlyingType()); in classify()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 596 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 D | SemaObjC.cpp | 618 QualType bound = typeParam->getUnderlyingType(); in applyObjCTypeArgs() 656 QualType bound = typeParam->getUnderlyingType(); in applyObjCTypeArgs() 1663 QualType T = TD->getUnderlyingType(); in handleNSObject() 1688 QualType T = TD->getUnderlyingType(); in handleIndependentClass() 2041 QualType T = TD->getUnderlyingType(); in handleBridgeAttr()
|
H A D | SemaX86.cpp | 958 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() || in handleForceAlignArgPointerAttr() 959 TD->getUnderlyingType()->isFunctionType())) in handleForceAlignArgPointerAttr()
|
H A D | SemaCXXScopeSpec.cpp | 339 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier() 341 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
|
/freebsd/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() 2221 Type = TD->getUnderlyingType(); in RewriteObjCQualifiedInterfaceTypes() 4871 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl() 5604 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in RewriteFunctionBodyOrGlobalInitializer() 5606 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer() 5607 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer() 5782 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleDeclInMainFile() 5784 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile() [all …]
|