Home
last modified time | relevance | path

Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td79 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h323 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h228 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
H A DTypeProperties.td359 let Class = UnresolvedUsingType in {
H A DRecursiveASTVisitor.h1057 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1331 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h710 UnresolvedUsingType> {
H A DType.h4683 class UnresolvedUsingType : public Type {
4688 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp740 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h6322 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
15163 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp6460 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1220 UnresolvedUsingType, ObjCIvarRefExpr>;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1117 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1122 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DASTStructuralEquivalence.cpp1055 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
1056 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DODRHash.cpp1221 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DJSONNodeDumper.cpp712 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
H A DTextNodeDumper.cpp1728 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp2472 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3642 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp2949 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTContext.cpp4741 new (*this, alignof(UnresolvedUsingType)) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
H A DASTImporter.cpp1353 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()