Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp762 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
766 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
H A DItaniumMangle.cpp921 mangleSourceName(cast<UnresolvedUsingType>(type)->getDecl() in mangleUnresolvedPrefix()
2059 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
H A DMicrosoftMangle.cpp1721 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
H A DASTDumper.cpp336 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
H A DASTImporter.cpp584 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
585 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
H A DASTContext.cpp3021 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp686 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp4003 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
H A DTreeTransform.h4795 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h886 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1097 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DRecursiveASTVisitor.h951 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1162 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
H A DTypeLoc.h612 UnresolvedUsingType> {
H A DType.h3176 class UnresolvedUsingType : public Type {
3179 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h933 TypedefType, UnresolvedUsingType> >
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp243 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()