reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplate.cpp
 3449   if (SS.isInvalid())
 3452   if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) {
 3453     DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false);
 3461     if (!LookupCtx && isDependentScopeSpecifier(SS)) {
 3462       Diag(SS.getBeginLoc(), diag::err_typename_missing_template)
 3463         << SS.getScopeRep() << TemplateII->getName();
 3468       return ActOnTypenameType(nullptr, SourceLocation(), SS, TemplateKWLoc,
 3508     SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
 3536   if (SS.isNotEmpty() && !IsCtorOrDtorName) {
 3538     Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result);
 3541     ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));