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

References

tools/clang/lib/Parse/ParseDecl.cpp
 2912     if (Annot->Kind == TNK_Type_template)
 3156             ->Kind == TNK_Type_template) {
 3430       if (TemplateId->Kind != TNK_Type_template &&
 3431           TemplateId->Kind != TNK_Undeclared_template) {
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1142     if (TemplateId->Kind == TNK_Type_template ||
 1143         TemplateId->Kind == TNK_Dependent_template_name ||
 1144         TemplateId->Kind == TNK_Undeclared_template) {
 1622     if (TemplateId->Kind == TNK_Undeclared_template) {
 1625                                               TemplateId->Kind, NameLoc, Name);
 1626       if (TemplateId->Kind == TNK_Undeclared_template) {
 1634     if (TemplateId && TemplateId->Kind != TNK_Type_template &&
 1635         TemplateId->Kind != TNK_Dependent_template_name) {
 1645           << TemplateId->Name << static_cast<int>(TemplateId->Kind) << Range;
 3514     if (TemplateId && (TemplateId->Kind == TNK_Type_template ||
 3515                        TemplateId->Kind == TNK_Dependent_template_name ||
 3516                        TemplateId->Kind == TNK_Undeclared_template)) {
tools/clang/lib/Parse/ParseExpr.cpp
 1347       if (TemplateId->Kind == TNK_Type_template) {
 1367     if (TemplateId->Kind == TNK_Type_template) {
tools/clang/lib/Parse/ParseTemplate.cpp
 1208   assert((TemplateId->Kind == TNK_Type_template ||
 1209           TemplateId->Kind == TNK_Dependent_template_name ||
 1210           TemplateId->Kind == TNK_Undeclared_template) &&
tools/clang/lib/Parse/ParseTentative.cpp
 1510     if (TemplateId->Kind == TNK_Undeclared_template && InvalidAsDeclSpec) {
 1518     if (TemplateId->Kind != TNK_Type_template)
tools/clang/lib/Parse/Parser.cpp
 1831       if (TemplateId->Kind != TNK_Type_template &&
 1832           TemplateId->Kind != TNK_Dependent_template_name &&
 1833           TemplateId->Kind != TNK_Undeclared_template) {
 1969     if (TemplateId->Kind == TNK_Type_template) {
tools/clang/lib/Sema/SemaExpr.cpp
 2396         Id.TemplateId->Kind == TNK_Var_template) {