| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 70 } else if (isa<UsingType>(Ty)) { in VisitFriendDecl()
|
| H A D | QualTypeNames.cpp | 461 if (const auto *UT = QT->getAs<UsingType>()) { in getFullyQualifiedType()
|
| H A D | ASTStructuralEquivalence.cpp | 1215 if (!IsStructurallyEquivalent(Context, cast<UsingType>(T1)->getFoundDecl(), in IsStructurallyEquivalent() 1216 cast<UsingType>(T2)->getFoundDecl())) in IsStructurallyEquivalent() 1219 cast<UsingType>(T1)->getUnderlyingType(), in IsStructurallyEquivalent() 1220 cast<UsingType>(T2)->getUnderlyingType())) in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 630 template <> const UsingType *Type::getAs() const { in getAs() 631 return getAsSugar<UsingType>(this); in getAs() 4048 UsingType::UsingType(const UsingShadowDecl *Found, QualType Underlying, in UsingType() function in UsingType 4057 QualType UsingType::getUnderlyingType() const { in getUnderlyingType()
|
| H A D | ASTDiagnostic.cpp | 45 if (const UsingType *UT = dyn_cast<UsingType>(Ty)) { in desugarForDiagnostic()
|
| H A D | TypePrinter.cpp | 1219 void TypePrinter::printUsingBefore(const UsingType *T, raw_ostream &OS) { in printUsingBefore() 1232 void TypePrinter::printUsingAfter(const UsingType *T, raw_ostream &OS) {} in printUsingAfter()
|
| H A D | ASTContext.cpp | 2528 return getTypeInfo(cast<UsingType>(T)->desugar().getTypePtr()); in getTypeInfoImpl() 5321 UsingType::Profile(ID, Found, Underlying); in getUsingType() 5324 if (UsingType *T = UsingTypes.FindNodeOrInsertPos(ID, InsertPos)) in getUsingType() 5337 Allocate(UsingType::totalSizeToAlloc<QualType>(!Underlying.isNull()), in getUsingType() 5338 alignof(UsingType)); in getUsingType() 5339 UsingType *NewType = new (Mem) UsingType(Found, Underlying, Canon); in getUsingType() 14501 const auto *UX = cast<UsingType>(X), *UY = cast<UsingType>(Y); in getCommonSugarTypeNode()
|
| H A D | JSONNodeDumper.cpp | 608 void JSONNodeDumper::VisitUsingType(const UsingType *TT) { in VisitUsingType()
|
| H A D | TextNodeDumper.cpp | 2119 void TextNodeDumper::VisitUsingType(const UsingType *T) { in VisitUsingType()
|
| H A D | ItaniumMangle.cpp | 2617 return mangleUnresolvedTypeOrSimpleId(cast<UsingType>(Ty)->desugar(), in mangleUnresolvedTypeOrSimpleId()
|
| H A D | ASTImporter.cpp | 1660 ExpectedType ASTNodeImporter::VisitUsingType(const UsingType *T) { in VisitUsingType() 3845 std::optional<bool> VisitUsingType(const UsingType *T) { in VisitUsingType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 79 def UsingType : TypeNode<Type>, NeverCanonical;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 336 void VisitUsingType(const UsingType *T);
|
| H A D | JSONNodeDumper.h | 223 void VisitUsingType(const UsingType *TT);
|
| H A D | Type.h | 2128 friend class UsingType; 3059 template <> const UsingType *Type::getAs() const; 5780 class UsingType final : public Type, 5782 private llvm::TrailingObjects<UsingType, QualType> { 5787 UsingType(const UsingShadowDecl *Found, QualType Underlying, QualType Canon);
|
| H A D | TypeProperties.td | 391 let Class = UsingType in {
|
| H A D | RecursiveASTVisitor.h | 1092 DEF_TRAVERSE_TYPE(UsingType, {}) 1394 DEF_TRAVERSE_TYPELOC(UsingType, {})
|
| H A D | TypeLoc.h | 684 UsingTypeLoc, UsingType> {
|
| H A D | ASTContext.h | 236 mutable llvm::FoldingSet<UsingType> UsingTypes;
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4375 UsingType), in AST_POLYMORPHIC_MATCHER_P() argument 7316 UsingType)); 7668 extern const AstTypeMatcher<UsingType> usingType;
|
| H A D | ASTMatchersInternal.h | 1078 if (const auto *S = dyn_cast<UsingType>(&Node)) {
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1107 const AstTypeMatcher<UsingType> usingType;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3860 T = cast<UsingType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6720 const UsingType *T = TL.getTypePtr(); in TransformUsingType()
|
| H A D | SemaExpr.cpp | 4555 T = cast<UsingType>(Ty)->desugar(); in captureVariablyModifiedType()
|