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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 4392     LookupCtx = computeDeclContext(SS, EnteringContext);
 4393   if (!LookupCtx && ObjectType)
 4394     LookupCtx = computeDeclContext(ObjectType.get());
 4395   if (LookupCtx) {
 4429             << DNI.getName() << LookupCtx << SS.getRange();
 4433       auto *LookupRD = dyn_cast<CXXRecordDecl>(LookupCtx);