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

References

tools/clang/lib/Sema/SemaTemplate.cpp
  346     LookupCtx = computeDeclContext(ObjectType);
  347     IsDependent = !LookupCtx && ObjectType->isDependentType();
  374     LookupCtx = computeDeclContext(SS, EnteringContext);
  375     IsDependent = !LookupCtx;
  378     if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
  378     if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
  384   if (LookupCtx) {
  389     LookupQualifiedName(Found, LookupCtx);
  467                         &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) {
  475         if (LookupCtx) {
  480                                     << Name << LookupCtx << DroppedSpecifier