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

References

tools/clang/lib/Sema/SemaExpr.cpp
 1939   DeclContext *DC = SS.isEmpty() ? CurContext : nullptr;
 2003         R.getLookupNameInfo(), R.getLookupKind(), S, &SS, CCC,
 2005           emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args,
 2013                                       S, &SS, CCC, CTK_ErrorRecovery))) {
 2083       if (SS.isEmpty())
 2088                                   << Name << computeDeclContext(SS, false)
 2089                                   << DroppedSpecifier << SS.getRange(),
 2100   if (!SS.isEmpty()) {
 2102       << Name << computeDeclContext(SS, false)
 2103       << SS.getRange();