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

References

tools/clang/include/clang/Parse/Parser.h
 2074     case DeclSpecContext::DSC_template_param:
 2095     case DeclSpecContext::DSC_template_param:
tools/clang/lib/Parse/ParseDecl.cpp
 2796     return DeclSpecContext::DSC_template_param;
 4554       DSC == DeclSpecContext::DSC_template_param ||
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1937         DSC == DeclSpecContext::DSC_template_param ||
tools/clang/lib/Parse/ParseTemplate.cpp
  789                              DeclSpecContext::DSC_template_param);