| /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 | 306 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 D | PDBSymbolTypeEnum.h | 47 getUnderlyingType)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 113 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function 163 LVElement *getUnderlyingType() override;
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 40 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl()
|
| /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/AST/ |
| H A D | StmtIterator.cpp | 85 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
|
| H A D | ASTImporterLookupTable.cpp | 28 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 1209 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 D | Type.cpp | 1422 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 D | ODRHash.cpp | 462 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 D | CocoaConventions.cpp | 33 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 286 AddQualType(T->getUnderlyingType()); in VisitDecltypeType() 387 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 121 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
|
| H A D | VLASizeChecker.cpp | 275 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
|
| /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) { 164 inline QualType getUnderlyingType(const ObjCInterfaceDecl &Node) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 541 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType) 548 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
|
| H A D | TypeProperties.td | 396 let Read = [{ node->getUnderlyingType() }]; 447 let Read = [{ node->getUnderlyingType() }]; 480 let Read = [{ node->getUnderlyingType() }]; 642 let Read = [{ node->getUnderlyingType() }];
|
| H A D | ASTNodeTraverser.h | 540 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 D | IndexTypeSourceInfo.cpp | 64 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 595 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 | 614 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 D | SemaCXXScopeSpec.cpp | 334 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier() 336 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
|
| H A D | SemaX86.cpp | 1045 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() || in handleForceAlignArgPointerAttr() 1046 TD->getUnderlyingType()->isFunctionType())) in handleForceAlignArgPointerAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ForwardDeclChecker.cpp | 107 auto QT = TD->getUnderlyingType().getCanonicalType(); in visitTypedef()
|