Home
last modified time | relevance | path

Searched refs:InjTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp124 if (auto *InjTy = ClassType->getAs<InjectedClassNameType>()) { in printCXXConstructorDestructorName() local
125 InjTy->getDecl()->printName(OS, Policy); in printCXXConstructorDestructorName()
H A DASTImporter.cpp3155 if (auto *InjTy = FrontTy->getAs<InjectedClassNameType>()) in VisitRecordDecl() local
3156 InjSpec = InjTy->getInjectedSpecializationType(); in VisitRecordDecl()