Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp108 QualType Injected in computeDeclContext() local
110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
H A DSemaTemplateDeduction.cpp571 if (auto *Injected = dyn_cast<InjectedClassNameType>(Arg)) in DeduceTemplateArguments() local
572 Arg = Injected->getInjectedSpecializationType(); in DeduceTemplateArguments()
H A DSemaTemplate.cpp3789 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local
3792 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1764 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local
1765 return Injected->getDecl(); in getAsTagDecl()
H A DASTImporter.cpp2973 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local
2977 Injected = Record; in VisitRecordDecl()
2994 if (Injected) { in VisitRecordDecl()
2995 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
2996 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()