Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td80 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h335 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
H A DTypeProperties.td381 let Class = UnresolvedUsingType in {
H A DRecursiveASTVisitor.h1093 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1395 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h718 UnresolvedUsingType> {
H A DType.h5750 class UnresolvedUsingType : public Type {
5755 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp670 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h6697 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
17333 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp6152 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1031 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1217 UnresolvedUsingType, ObjCIvarRefExpr, ObjCInterfaceDecl>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1211 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1216 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DASTStructuralEquivalence.cpp1140 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
1141 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DODRHash.cpp1265 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DJSONNodeDumper.cpp747 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp2531 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3836 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DTextNodeDumper.cpp2115 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DMicrosoftMangle.cpp3220 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTContext.cpp5474 new (*this, alignof(UnresolvedUsingType)) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
H A DASTImporter.cpp1598 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()