Home
last modified time | relevance | path

Searched refs:getUnderlyingType (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp182 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 DODRHash.cpp350 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 DStmtIterator.cpp86 FindVA(TD->getUnderlyingType().getTypePtr())) { in HandleDecl()
H A DASTStructuralEquivalence.cpp942 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 DASTImporterLookupTable.cpp27 QualType Ty = D->getUnderlyingType(); in VisitTypedefNameDecl()
H A DType.cpp1282 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 DCommentSema.cpp848 QualType Type = TD->getUnderlyingType(); in isFunctionOrMethodVariadic()
973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl()
H A DJSONNodeDumper.cpp722 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 DTextNodeDumper.cpp1538 dumpType(D->getUnderlyingType()); in VisitTypedefDecl()
1845 dumpType(D->getUnderlyingType()); in VisitTypeAliasDecl()
2178 dumpType(D->getUnderlyingType()); in VisitObjCTypeParamDecl()
H A DTypeLoc.cpp505 getUnderlyingType(), Loc); in initializeLocal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeEnum.h44 getUnderlyingType)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h532 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
538 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
545 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
H A DTypeProperties.td394 let Read = [{ node->getUnderlyingType() }];
404 let Read = [{ node->getUnderlyingType() }];
420 let Read = [{ node->getUnderlyingType() }];
582 let Read = [{ node->getUnderlyingType() }];
H A DASTNodeTraverser.h390 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); } in VisitTypedefDecl()
512 Visit(D->getUnderlyingType()); in VisitTypeAliasDecl()
H A DTypeLoc.h1101 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 DPrettyEnumDumper.cpp40 auto UnderlyingType = Symbol.getUnderlyingType(); in start()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCocoaConventions.cpp34 RetTy = TD->getDecl()->getUnderlyingType(); in isRefType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp113 Ty = TT->getDecl()->getUnderlyingType(); in isGlobalConstString()
H A DVLASizeChecker.cpp265 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h152 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 DSemaDeclObjC.cpp588 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 DSemaCXXScopeSpec.cpp334 if (TD->getUnderlyingType()->isRecordType()) in isAcceptableNestedNameSpecifier()
336 if (TD->getUnderlyingType()->isEnumeralType()) { in isAcceptableNestedNameSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp60 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp230 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 DRewriteObjC.cpp4041 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()

123