Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dnxp,imx93-adc.yaml32 ECH (End of Chain), JEOC (End of Injected Conversion) and
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp145 QualType Injected = in computeDeclContext() local
147 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
H A DSemaTemplateDeduction.cpp592 if (const auto *Injected = A->getAs<InjectedClassNameType>()) in DeduceTemplateSpecArguments() local
593 UA = Injected->getInjectedSpecializationType(); in DeduceTemplateSpecArguments()
H A DSemaTemplate.cpp4126 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local
4129 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1830 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local
1831 return Injected->getDecl(); in getAsTagDecl()
H A DASTImporter.cpp3137 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local
3141 Injected = Record; in VisitRecordDecl()
3170 if (Injected) { in VisitRecordDecl()
3171 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
3174 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()