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

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp581 else if (const InjectedClassNameType *Injected =
583 D = Injected->getDecl();
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp117 QualType Injected local
119 if (Context.hasSameType(Injected, ContextType))
H A DSemaTemplateInstantiate.cpp120 Injected = FunTmpl->getInjectedTemplateArgs(); local
121 Result.addOuterTemplateArguments(Injected.first, Injected.second);
H A DSemaTemplate.cpp2066 QualType Injected = cast<InjectedClassNameType>(ICNT) local
2069 if (CanonType != Injected->getCanonicalTypeInternal())
/external/clang/lib/AST/
H A DType.cpp518 else if (const InjectedClassNameType *Injected
520 return Injected->getDecl();

Completed in 1955 milliseconds