Home
last modified time | relevance | path

Searched refs:Injected (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp109 QualType Injected in computeDeclContext() local
111 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
H A DSemaTemplateDeduction.cpp552 if (auto *Injected = dyn_cast<InjectedClassNameType>(Arg)) in DeduceTemplateArguments() local
553 Arg = Injected->getInjectedSpecializationType(); in DeduceTemplateArguments()
H A DSemaTemplate.cpp3269 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local
3272 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1624 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local
1625 return Injected->getDecl(); in getAsTagDecl()
H A DASTImporter.cpp2724 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local
2728 Injected = Record; in VisitRecordDecl()
2745 if (Injected) { in VisitRecordDecl()
2746 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
2747 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()