Searched refs:UnresolvedUsingType (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 750 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore() 754 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
|
D | ItaniumMangle.cpp | 917 mangleSourceName(cast<UnresolvedUsingType>(type)->getDecl() in mangleUnresolvedPrefix() 2056 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
|
D | MicrosoftMangle.cpp | 1702 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
|
D | ASTImporter.cpp | 583 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent() 584 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
|
D | ASTContext.cpp | 2963 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 649 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
|
D | SemaTemplate.cpp | 4009 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
|
D | TreeTransform.h | 4581 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
|
/external/clang/include/clang/AST/ |
D | DataRecursiveASTVisitor.h | 880 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1088 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
D | RecursiveASTVisitor.h | 945 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1153 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
D | TypeLoc.h | 612 UnresolvedUsingType> {
|
D | Type.h | 3121 class UnresolvedUsingType : public Type { 3124 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 858 TypedefType, UnresolvedUsingType> >
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 230 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|