| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeEnum.h | 46 getUnderlyingType)
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 308 LVElement *LVTypeDefinition::getUnderlyingType() { in getUnderlyingType() function in LVTypeDefinition 335 setUnderlyingType(getUnderlyingType()); in resolveExtra() 426 LVObject *BaseType = ArgType->getUnderlyingType(); in encodeTemplateArgument()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 109 virtual LVElement *getUnderlyingType() { return nullptr; } in getUnderlyingType() function 159 LVElement *getUnderlyingType() override;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 41 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 39 if (TypedefDecl->getUnderlyingType()->isTypedefNameType()) in getUnderlyingTypeDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtIterator.cpp | 86 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
|
| H A D | ODRHash.cpp | 432 AddQualType(D->getUnderlyingType()); in VisitTypedefNameDecl() 873 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() 1000 AddQualType(T->getUnderlyingType()); in VisitDecltypeType() 1189 QualType UnderlyingType = T->getDecl()->getUnderlyingType(); in VisitTypedefType() 1194 UnderlyingType = Underlying->getDecl()->getUnderlyingType(); in VisitTypedefType() 1251 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
|
| H A D | ASTStructuralEquivalence.cpp | 1002 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1003 cast<MacroQualifiedType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 1012 cast<UsingType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1013 cast<UsingType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 1041 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1042 cast<UnaryTransformType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 1971 return IsStructurallyEquivalent(Context, D1->getUnderlyingType(), in IsStructurallyEquivalent() 1972 D2->getUnderlyingType()); in IsStructurallyEquivalent()
|
| H A D | ASTImporterLookupTable.cpp | 28 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
|
| H A D | Type.cpp | 1293 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType() 1299 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>(); in VisitObjCTypeParamType() 1304 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType() 1898 return Visit(T->getUnderlyingType()); in VisitMacroQualifiedType() 3454 return typeMatchesDecl() ? Decl->getUnderlyingType() in desugar() 3467 QualType UsingType::getUnderlyingType() const { in getUnderlyingType() function in UsingType 3474 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); } in desugar() 3479 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3537 return getUnderlyingType(); in desugar() 4341 AttrTy = MacroTy->getUnderlyingType(); in stripOuterNullability()
|
| H A D | QualTypeNames.cpp | 453 QT = Ctx.getQualifiedType(UT->getUnderlyingType(), PrefixQualifiers); in getFullyQualifiedType()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 34 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 122 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
|
| H A D | VLASizeChecker.cpp | 266 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 370 let Read = [{ node->getUnderlyingType() }]; 421 let Read = [{ node->getUnderlyingType() }]; 437 let Read = [{ node->getUnderlyingType() }]; 599 let Read = [{ node->getUnderlyingType() }];
|
| H A D | CanonicalType.h | 537 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType) 544 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
|
| H A D | ASTNodeTraverser.h | 414 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() 542 Visit(D->getUnderlyingType()); in VisitTypeAliasDecl()
|
| H A D | TypeLoc.h | 672 QualType getUnderlyingType() const { in getUnderlyingType() function 673 return getTypePtr()->getUnderlyingType(); in getUnderlyingType() 1133 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); } in getInnerType()
|
| /openbsd-src/gnu/llvm/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) {
|
| /openbsd-src/gnu/llvm/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() 1043 Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType()))); in ActOnStartClassInterface() 1130 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 348 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier() 350 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 406 ->getUnderlyingType() in CanImport() 480 ->getUnderlyingType() in Import()
|
| /openbsd-src/gnu/llvm/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() 4874 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl() 5607 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in RewriteFunctionBodyOrGlobalInitializer() 5609 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer() 5610 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer() 5785 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleDeclInMainFile() 5787 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile() [all …]
|