Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/
H A Dgrep.spec154 - Injected new description and group.
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp626 else if (const InjectedClassNameType *Injected = in ProcessCodeCompleteResults() local
628 D = Injected->getDecl(); in ProcessCodeCompleteResults()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp2924 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local
2928 Injected = Record; in VisitRecordDecl()
2945 if (Injected) { in VisitRecordDecl()
2946 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
2947 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()