Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h281 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DRecursiveASTVisitor.h1025 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1262 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h689 UnresolvedUsingType> {
H A DType.h4121 class UnresolvedUsingType : public Type {
4126 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp550 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
551 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp949 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
954 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DODRHash.cpp1017 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DTextNodeDumper.cpp1114 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp1982 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
2850 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp2389 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTImporter.cpp340 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1225 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DASTContext.cpp3878 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h801 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()
1121 UnresolvedUsingType, ObjCIvarRefExpr>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h5479 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
12560 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp5414 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp334 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()