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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  902     return !TemplateParams.empty() || GLTemplateParameterList;
tools/clang/lib/Sema/Sema.cpp
 1870     return (LSI->TemplateParams.size() ||
tools/clang/lib/Sema/SemaLambda.cpp
  229   if (!LSI->GLTemplateParameterList && !LSI->TemplateParams.empty()) {
  234         LSI->TemplateParams,
  527   assert(LSI->TemplateParams.empty() &&
  532   LSI->TemplateParams.append(TParams.begin(), TParams.end());
tools/clang/lib/Sema/SemaType.cpp
 2986         const unsigned AutoParameterPosition = LSI->TemplateParams.size();
 2999         LSI->TemplateParams.push_back(CorrespondingTemplateParam);