Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h691 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized()
938 UnresolvedUsingType> HasDeclarationSupportedTypes;
/external/clang/lib/AST/
DTypePrinter.cpp767 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
771 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
DItaniumMangle.cpp1549 cast<UnresolvedUsingType>(Ty)->getDecl()->getIdentifier()); in mangleUnresolvedTypeOrSimpleId()
2222 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
DASTDumper.cpp340 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
DMicrosoftMangle.cpp1970 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
DASTImporter.cpp628 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
629 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
DASTContext.cpp3165 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp709 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp4100 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
DTreeTransform.h5004 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h911 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1125 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
DTypeLoc.h645 UnresolvedUsingType> {
DType.h3331 class UnresolvedUsingType : public Type {
3334 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/external/clang/lib/Serialization/
DASTWriter.cpp248 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()