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

References

tools/clang/lib/Sema/SemaDecl.cpp
  300   } else if (SS && SS->isNotEmpty()) {
  300   } else if (SS && SS->isNotEmpty()) {
  301     LookupCtx = computeDeclContext(*SS, false);
  304       if (isDependentScopeSpecifier(*SS)) {
  320           return ActOnTypenameType(S, SourceLocation(), *SS, II, NameLoc).get();
  322         NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context);
  332         RequireCompleteDeclContext(*SS, LookupCtx))
  363     if (Result.empty() && getLangOpts().MSVCCompat && (!SS || SS->isEmpty())) {
  363     if (Result.empty() && getLangOpts().MSVCCompat && (!SS || SS->isEmpty())) {
  378                                               S, SS, CCC, CTK_ErrorRecovery);
  385       CXXScopeSpec NewSS, *NewSSPtr = SS;
  386       if (SS && NNS) {
  406           if (SS && NNS)
  407             SS->MakeTrivial(Context, NNS, SourceRange(NameLoc));
  503   if (SS && SS->isNotEmpty() && !IsCtorOrDtorName &&
  503   if (SS && SS->isNotEmpty() && !IsCtorOrDtorName &&
  510       T = getElaboratedType(ETK_None, *SS, T);
  513       ElabTL.setQualifierLoc(SS->getWithLocInContext(Context));
  516       T = getElaboratedType(ETK_None, *SS, T);