Searched refs:UnresolvedUsingType (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 762 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore() 766 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
|
| H A D | ItaniumMangle.cpp | 921 mangleSourceName(cast<UnresolvedUsingType>(type)->getDecl() in mangleUnresolvedPrefix() 2059 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
|
| H A D | MicrosoftMangle.cpp | 1721 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
|
| H A D | ASTDumper.cpp | 336 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|
| H A D | ASTImporter.cpp | 584 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent() 585 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 3021 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 686 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplate.cpp | 4003 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
|
| H A D | TreeTransform.h | 4795 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DataRecursiveASTVisitor.h | 886 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1097 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
| H A D | RecursiveASTVisitor.h | 951 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {}) 1162 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
|
| H A D | TypeLoc.h | 612 UnresolvedUsingType> {
|
| H A D | Type.h | 3176 class UnresolvedUsingType : public Type { 3179 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 933 TypedefType, UnresolvedUsingType> >
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 243 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
|