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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
  165   if (SS.isInvalid())
  174   if (SS.isSet()) {
  175     NestedNameSpecifier *NNS = SS.getScopeRep();
  190     DeclContext *DC = computeDeclContext(SS, EnteringContext);
  206       PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
  213       LookupCtx = computeDeclContext(SS, EnteringContext);
  243       if (RequireCompleteDeclContext(SS, LookupCtx))
  280       if (SS.isSet()) {
  281         if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
  351                                    SS.getWithLocInContext(Context),