Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized()
1014 UnresolvedUsingType> HasDeclarationSupportedTypes;
/external/clang/lib/AST/
DTypePrinter.cpp802 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
806 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
DItaniumMangle.cpp1863 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()
2604 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
DASTDumper.cpp342 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
DMicrosoftMangle.cpp2029 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
DASTImporter.cpp683 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
684 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
DASTContext.cpp3208 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp4138 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
DTreeTransform.h5149 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1200 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
DTypeLoc.h645 UnresolvedUsingType> {
DType.h3476 class UnresolvedUsingType : public Type {
3479 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/external/clang/lib/Serialization/
DASTWriter.cpp278 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()