Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 80 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 335 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
|
| H A D | JSONNodeDumper.h | 231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
|
| H A D | TypeProperties.td | 381 let Class = UnresolvedUsingType in {
|
| H A D | RecursiveASTVisitor.h | 1093 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1395 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
| H A D | TypeLoc.h | 718 UnresolvedUsingType> {
|
| H A D | Type.h | 5750 class UnresolvedUsingType : public Type { 5755 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 670 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
|
| H A D | TreeTransform.h | 6697 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType() 17333 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
|
| H A D | SemaTemplate.cpp | 6152 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1031 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) { 1217 UnresolvedUsingType, ObjCIvarRefExpr, ObjCInterfaceDecl>;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1211 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore() 1216 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1140 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent() 1141 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1265 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|
| H A D | JSONNodeDumper.cpp | 747 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
|
| H A D | ItaniumMangle.cpp | 2531 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId() 3836 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
|
| H A D | TextNodeDumper.cpp | 2115 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|
| H A D | MicrosoftMangle.cpp | 3220 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
|
| H A D | ASTContext.cpp | 5474 new (*this, alignof(UnresolvedUsingType)) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
|
| H A D | ASTImporter.cpp | 1598 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|