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

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeEnum.h44 getUnderlyingType)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp40 auto UnderlyingType = Symbol.getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp86 FindVA(TD->getUnderlyingType().getTypePtr())) {
H A DODRHash.cpp350 AddQualType(D->getUnderlyingType());
718 QualType UnderlyingType = D->getUnderlyingType();
845 AddQualType(T->getUnderlyingType());
1034 QualType UnderlyingType = T->getDecl()->getUnderlyingType();
1039 UnderlyingType = Underlying->getDecl()->getUnderlyingType();
1063 AddQualType(T->getUnderlyingType());
1096 AddQualType(T->getUnderlyingType());
H A DASTStructuralEquivalence.cpp715 Context, cast<MacroQualifiedType>(T1)->getUnderlyingType(),
716 cast<MacroQualifiedType>(T2)->getUnderlyingType()))
735 cast<TypeOfType>(T1)->getUnderlyingType(),
736 cast<TypeOfType>(T2)->getUnderlyingType()))
742 Context, cast<UnaryTransformType>(T1)->getUnderlyingType(),
743 cast<UnaryTransformType>(T2)->getUnderlyingType()))
1847 !::IsStructurallyEquivalent(*this, Typedef1->getUnderlyingType(),
1848 Typedef2->getUnderlyingType()))
H A DType.cpp1284 return typeParam->getUnderlyingType();
1290 typeParam->getUnderlyingType()->castAs<ObjCObjectPointerType>();
1295 return typeParam->getUnderlyingType();
1867 return Visit(T->getUnderlyingType());
3318 : Type(tc, can, D->getUnderlyingType()->getDependence()),
3324 return getDecl()->getUnderlyingType();
3327 QualType MacroQualifiedType::desugar() const { return getUnderlyingType(); }
3332 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType();
3380 return getUnderlyingType();
4110 AttrTy = MacroTy->getUnderlyingType();
[all...]
H A DCommentSema.cpp848 QualType Type = TD->getUnderlyingType();
973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType();
H A DJSONNodeDumper.cpp716 JOS.attribute("type", createQualType(TD->getUnderlyingType()));
721 JOS.attribute("type", createQualType(TAD->getUnderlyingType()));
932 JOS.attribute("type", createQualType(D->getUnderlyingType()));
H A DTextNodeDumper.cpp1499 dumpType(D->getUnderlyingType());
1807 dumpType(D->getUnderlyingType());
2141 dumpType(D->getUnderlyingType());
H A DTypeLoc.cpp500 getUnderlyingType(), Loc);
H A DDeclPrinter.cpp174 return TDD->getUnderlyingType();
1222 Out << " : " << Param->getUnderlyingType().getAsString(Policy);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp34 RetTy = TD->getDecl()->getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp113 Ty = TT->getDecl()->getUnderlyingType();
H A DVLASizeChecker.cpp265 TypeToCheck = TND->getUnderlyingType().getCanonicalType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp182 Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType());
184 codeview::TypeIndex Underlying = Record->getUnderlyingType();
298 Record->getUnderlyingType());
345 Record->getUnderlyingType());
/freebsd-13-stable/contrib/llvm-project/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 DASTNodeTraverser.h377 void VisitTypedefDecl(const TypedefDecl *D) { Visit(D->getUnderlyingType()); }
489 Visit(D->getUnderlyingType());
H A DTypeLoc.h1101 QualType getInnerType() const { return getTypePtr()->getUnderlyingType(); }
1924 QualType getUnderlyingType() const {
1925 return this->getTypePtr()->getUnderlyingType();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h120 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
121 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); } function in namespace:clang::ast_matchers::internal
123 inline QualType getUnderlyingType(const ValueDecl &Node) { function in namespace:clang::ast_matchers::internal
126 inline QualType getUnderlyingType(const TypedefNameDecl &Node) { function in namespace:clang::ast_matchers::internal
127 return Node.getUnderlyingType();
129 inline QualType getUnderlyingType(const FriendDecl &Node) { function in namespace:clang::ast_matchers::internal
134 inline QualType getUnderlyingType(const CXXBaseSpecifier &Node) { function in namespace:clang::ast_matchers::internal
H A DASTMatchers.h3505 QualType QT = internal::getUnderlyingType(Node);
3543 QualType QT = internal::getUnderlyingType(Node);
6009 AST_TYPE_TRAVERSE_MATCHER(hasUnderlyingType, getUnderlyingType,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp59 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl();
/freebsd-13-stable/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())));
1116 QualType T = TDecl->getUnderlyingType();
[all...]
H A DSemaCXXScopeSpec.cpp334 if (TD->getUnderlyingType()->isRecordType())
336 if (TD->getUnderlyingType()->isEnumeralType()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp230 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
232 else if (TD->getUnderlyingType()->isFunctionPointerType())
233 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
2219 Type = TD->getUnderlyingType();
4879 DeclT = TDD->getUnderlyingType();
5611 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5613 else if (TD->getUnderlyingType()->isFunctionPointerType())
5614 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5789 if (isTopLevelBlockPointerType(TD->getUnderlyingType()))
5791 else if (TD->getUnderlyingType()
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp399 ->getUnderlyingType()
475 ->getUnderlyingType()

Completed in 439 milliseconds

123