Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp750 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
754 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
DItaniumMangle.cpp917 mangleSourceName(cast<UnresolvedUsingType>(type)->getDecl() in mangleUnresolvedPrefix()
2056 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
DMicrosoftMangle.cpp1702 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
DASTImporter.cpp583 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
584 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
DASTContext.cpp2963 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp649 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
DSemaTemplate.cpp4009 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
DTreeTransform.h4581 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
/external/clang/include/clang/AST/
DDataRecursiveASTVisitor.h880 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1088 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
DRecursiveASTVisitor.h945 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1153 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
DTypeLoc.h612 UnresolvedUsingType> {
DType.h3121 class UnresolvedUsingType : public Type {
3124 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h858 TypedefType, UnresolvedUsingType> >
/external/clang/lib/Serialization/
DASTWriter.cpp230 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()