Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp767 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()
771 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
HDItaniumMangle.cpp1551 cast<UnresolvedUsingType>(Ty)->getDecl()->getIdentifier()); in mangleUnresolvedTypeOrSimpleId()
2098 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
HDASTDumper.cpp339 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
HDMicrosoftMangle.cpp1838 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
HDASTImporter.cpp628 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()
629 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
HDASTContext.cpp3096 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp706 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
HDSemaTemplate.cpp4064 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
HDTreeTransform.h4848 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDataRecursiveASTVisitor.h883 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1097 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
HDRecursiveASTVisitor.h951 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})
1165 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
HDTypeLoc.h637 UnresolvedUsingType> {
HDType.h3305 class UnresolvedUsingType : public Type {
3308 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h920 UnresolvedUsingType> HasDeclarationSupportedTypes;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp243 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()