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

References

tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  276   auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
  283         Sema::ContextRAII SavedContext(S, FD);
  285         if (FD->getNumParams() > PVD->getFunctionScopeIndex())
  287               PVD, FD->getParamDecl(PVD->getFunctionScopeIndex()));
  291                                      FD->isCXXInstanceMember());