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.h334 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
H A DJSONNodeDumper.h231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
H A DTypeProperties.td392 let Class = UnresolvedUsingType in {
H A DRecursiveASTVisitor.h1088 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1378 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h716 UnresolvedUsingType> {
H A DType.h5538 class UnresolvedUsingType : public Type {
5543 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp675 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h6470 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
16196 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
H A DSemaTemplate.cpp5732 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1035 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {
1216 UnresolvedUsingType, ObjCIvarRefExpr>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1066 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
1067 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DODRHash.cpp1238 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DTypePrinter.cpp1169 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
1174 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DJSONNodeDumper.cpp745 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
H A DTextNodeDumper.cpp1963 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DItaniumMangle.cpp2474 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
3652 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp3085 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTContext.cpp5156 new (*this, alignof(UnresolvedUsingType)) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
H A DASTImporter.cpp1367 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()