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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp110 QualType Injected local
112 if (Context.hasSameType(Injected, ContextType))
H A DSemaTemplateInstantiate.cpp120 Injected = FunTmpl->getInjectedTemplateArgs(); local
121 Result.addOuterTemplateArguments(Injected.first, Injected.second);
H A DSemaTemplate.cpp2067 QualType Injected = cast<InjectedClassNameType>(ICNT) local
2070 if (CanonType != Injected->getCanonicalTypeInternal())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp553 else if (const InjectedClassNameType *Injected
555 return Injected->getDecl();

Completed in 185 milliseconds