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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
  190     DeclContext *DC = computeDeclContext(SS, EnteringContext);
  207       LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
  213       LookupCtx = computeDeclContext(SS, EnteringContext);
  281         if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {