| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 182 Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType()); in getBuiltinType() 184 codeview::TypeIndex Underlying = Record->getUnderlyingType(); in getBuiltinType() 298 Record->getUnderlyingType()); in getLength() 345 Record->getUnderlyingType()); in getTypeId()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ODRHash.cpp | 350 AddQualType(D->getUnderlyingType()); in VisitTypedefNameDecl() 718 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() 845 AddQualType(T->getUnderlyingType()); in VisitDecltypeType() 1034 QualType UnderlyingType = T->getDecl()->getUnderlyingType(); in VisitTypedefType() 1039 UnderlyingType = Underlying->getDecl()->getUnderlyingType(); in VisitTypedefType() 1063 AddQualType(T->getUnderlyingType()); in VisitTypeOfType() 1096 AddQualType(T->getUnderlyingType()); in VisitUnaryTransformType()
|
| H A D | StmtIterator.cpp | 86 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 942 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 943 cast<MacroQualifiedType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 962 cast<TypeOfType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 963 cast<TypeOfType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 969 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 970 cast<UnaryTransformType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent() 1837 return IsStructurallyEquivalent(Context, D1->getUnderlyingType(), in IsStructurallyEquivalent() 1838 D2->getUnderlyingType()); in IsStructurallyEquivalent()
|
| H A D | ASTImporterLookupTable.cpp | 27 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
|
| H A D | Type.cpp | 1282 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType() 1288 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>(); in VisitObjCTypeParamType() 1293 return typeParam->getUnderlyingType(); in VisitObjCTypeParamType() 1865 return Visit(T->getUnderlyingType()); in VisitMacroQualifiedType() 3388 return getDecl()->getUnderlyingType(); in desugar() 3391 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); } in desugar() 3396 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3444 return getUnderlyingType(); in desugar() 4182 AttrTy = MacroTy->getUnderlyingType(); in stripOuterNullability()
|
| H A D | CommentSema.cpp | 848 QualType Type = TD->getUnderlyingType(); in isFunctionOrMethodVariadic() 973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl()
|
| H A D | JSONNodeDumper.cpp | 722 JOS.attribute("type", createQualType(TD->getUnderlyingType())); in VisitTypedefDecl() 727 JOS.attribute("type", createQualType(TAD->getUnderlyingType())); in VisitTypeAliasDecl() 939 JOS.attribute("type", createQualType(D->getUnderlyingType())); in VisitObjCTypeParamDecl()
|
| H A D | TextNodeDumper.cpp | 1538 dumpType(D->getUnderlyingType()); in VisitTypedefDecl() 1845 dumpType(D->getUnderlyingType()); in VisitTypeAliasDecl() 2178 dumpType(D->getUnderlyingType()); in VisitObjCTypeParamDecl()
|
| H A D | TypeLoc.cpp | 505 getUnderlyingType(), Loc); in initializeLocal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeEnum.h | 44 getUnderlyingType)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 532 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType) 538 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType) 545 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
|
| H A D | TypeProperties.td | 394 let Read = [{ node->getUnderlyingType() }]; 404 let Read = [{ node->getUnderlyingType() }]; 420 let Read = [{ node->getUnderlyingType() }]; 582 let Read = [{ node->getUnderlyingType() }];
|
| H A D | ASTNodeTraverser.h | 390 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl() 512 Visit(D->getUnderlyingType()); in VisitTypeAliasDecl()
|
| H A D | TypeLoc.h | 1101 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); } in getInnerType() 1973 QualType getUnderlyingType() const { in getUnderlyingType() function 1974 return this->getTypePtr()->getUnderlyingType(); in getUnderlyingType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 40 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 34 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 113 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
|
| H A D | VLASizeChecker.cpp | 265 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 152 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); } 154 inline QualType getUnderlyingType(const ValueDecl &Node) { 157 inline QualType getUnderlyingType(const TypedefNameDecl &Node) { 158 return Node.getUnderlyingType(); 160 inline QualType getUnderlyingType(const FriendDecl &Node) { 165 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) {
|
| /netbsd-src/external/apache2/llvm/dist/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() 1121 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 334 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier() 336 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 60 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 230 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleTopLevelDeclInObjCContainer() 232 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleTopLevelDeclInObjCContainer() 233 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in HandleTopLevelDeclInObjCContainer() 2221 Type = TD->getUnderlyingType(); in RewriteObjCQualifiedInterfaceTypes() 4886 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl() 5618 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in RewriteFunctionBodyOrGlobalInitializer() 5620 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer() 5621 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer() 5796 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleDeclInMainFile() 5798 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile() [all …]
|
| H A D | RewriteObjC.cpp | 4041 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl() 4722 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in RewriteFunctionBodyOrGlobalInitializer() 4724 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer() 4725 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer() 4896 if (isTopLevelBlockPointerType(TD->getUnderlyingType())) in HandleDeclInMainFile() 4898 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile() 4899 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in HandleDeclInMainFile()
|