Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp592 else if (const InjectedClassNameType *Injected = in ProcessCodeCompleteResults() local
594 D = Injected->getDecl(); in ProcessCodeCompleteResults()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp110 QualType Injected in computeDeclContext() local
112 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
H A DSemaTemplate.cpp2102 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local
2105 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp550 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local
551 return Injected->getDecl(); in getAsTagDecl()