Searched refs:getUnderlyingType (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeEnum.h46 getUnderlyingType)
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp41 auto UnderlyingType = Symbol.getUnderlyingType();
/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp39 if (TypedefDecl->getUnderlyingType()->isTypedefNameType())
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp86 FindVA(TD->getUnderlyingType().getTypePtr())) {
H A DASTImporterLookupTable.cpp28 QualType Ty = D->getUnderlyingType();
H A DASTStructuralEquivalence.cpp1086 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(),
1087 cast<MacroQualifiedType>(T2)->getUnderlyingType()))
1096 cast<UsingType>(T1)->getUnderlyingType(),
1097 cast<UsingType>(T2)->getUnderlyingType()))
1125 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(),
1126 cast<UnaryTransformType>(T2)->getUnderlyingType()))
2092 return IsStructurallyEquivalent(Context, D1->getUnderlyingType(),
2093 D2->getUnderlyingType());
H A DType.cpp1315 return typeParam->getUnderlyingType();
1321 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>();
1326 return typeParam->getUnderlyingType();
1934 return Visit(T->getUnderlyingType());
3720 return typeMatchesDecl() ? Decl->getUnderlyingType()
3733 QualType UsingType::getUnderlyingType() const {
3740 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); }
3745 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType();
3803 return getUnderlyingType();
4614 AttrTy = MacroTy->getUnderlyingType();
[all...]
H A DODRHash.cpp436 AddQualType(D->getUnderlyingType());
881 QualType UnderlyingType = D->getUnderlyingType();
1216 AddQualType(T->getUnderlyingType());
H A DQualTypeNames.cpp453 QT = Ctx.getQualifiedType(UT->getUnderlyingType(), PrefixQualifiers);
H A DTextNodeDumper.cpp1825 dumpType(D->getUnderlyingType());
2154 dumpType(D->getUnderlyingType());
2502 dumpType(D->getUnderlyingType());
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp34 RetTy = TD->getDecl()->getUnderlyingType();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp185 Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType());
187 codeview::TypeIndex Underlying = Record->getUnderlyingType();
303 Record->getUnderlyingType());
350 Record->getUnderlyingType());
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp122 Ty = TT->getDecl()->getUnderlyingType();
H A DVLASizeChecker.cpp278 TypeToCheck = TND->getUnderlyingType().getCanonicalType();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h109 virtual LVElement *getUnderlyingType() { return nullptr; } function in class:llvm::logicalview::LVType
159 LVElement *getUnderlyingType() override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp302 LVElement *LVTypeDefinition::getUnderlyingType() { function in class:LVTypeDefinition
336 setUnderlyingType(getUnderlyingType());
427 LVObject *BaseType = ArgType->getUnderlyingType();
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp189 return classify(DT->getUnderlyingType());
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h537 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
544 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getUnderlyingType)
H A DASTNodeTraverser.h421 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); }
553 Visit(D->getUnderlyingType());
H A DTypeLoc.h678 QualType getUnderlyingType() const { function in class:clang::UsingTypeLoc
679 return getTypePtr()->getUnderlyingType();
1139 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); }
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp63 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl();
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp588 QualType T = TDecl->getUnderlyingType();
915 if (S.Context.hasSameType(prevTypeParam->getUnderlyingType(),
916 newTypeParam->getUnderlyingType()))
925 << newTypeParam->getUnderlyingType()
928 << prevTypeParam->getUnderlyingType()
933 prevTypeParam->getUnderlyingType().getAsString(
954 = " : " + prevTypeParam->getUnderlyingType().getAsString(
958 << prevTypeParam->getUnderlyingType()
1043 Context.getTrivialTypeSourceInfo(typeParam->getUnderlyingType())));
1130 QualType T = TDecl->getUnderlyingType();
[all...]
H A DSemaCXXScopeSpec.cpp369 if (TD->getUnderlyingType()->isRecordType())
371 if (TD->getUnderlyingType()->isEnumeralType()) {
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h147 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
148 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); } function in namespace:clang::ast_matchers::internal
150 inline QualType getUnderlyingType(const ValueDecl &Node) { function in namespace:clang::ast_matchers::internal
153 inline QualType getUnderlyingType(const TypedefNameDecl &Node) { function in namespace:clang::ast_matchers::internal
154 return Node.getUnderlyingType();
156 inline QualType getUnderlyingType(const FriendDecl &Node) { function in namespace:clang::ast_matchers::internal
161 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) { function in namespace:clang::ast_matchers::internal
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp231 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
233 else if (TD->getUnderlyingType()->isFunctionPointerType())
234 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
2222 Type = TD->getUnderlyingType();
4873 DeclT = TDD->getUnderlyingType();
5606 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5608 else if (TD->getUnderlyingType()->isFunctionPointerType())
5609 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5784 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5786 else if (TD->getUnderlyingType()
[all...]

Completed in 439 milliseconds

1234