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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
 4074   } else if (AttributeCommonInfo::AS_Keyword == Syntax || AttributeCommonInfo::AS_ContextSensitiveKeyword == Syntax) {
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
  125     if (Name == "alignas" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  127     if (Name == "_Alignas" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  157     if (Name == "__forceinline" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  280     if (Name == "__cdecl" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  282     if (Name == "_cdecl" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  484     if (Name == "constinit" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  652     if (Name == "__fastcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  654     if (Name == "_fastcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  849     if (Name == "__single_inheritance" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  851     if (Name == "__multiple_inheritance" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  853     if (Name == "__virtual_inheritance" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
  855     if (Name == "__unspecified_inheritance" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1351     if (Name == "__unsafe_unretained" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1356     if (Name == "__kindof" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1469     if (Name == "__read_only" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1471     if (Name == "read_only" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1473     if (Name == "__write_only" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1475     if (Name == "write_only" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1477     if (Name == "__read_write" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1479     if (Name == "read_write" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1484     if (Name == "__constant" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1486     if (Name == "constant" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1491     if (Name == "__generic" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1493     if (Name == "generic" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1498     if (Name == "__global" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1500     if (Name == "global" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1510     if (Name == "__kernel" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1512     if (Name == "kernel" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1517     if (Name == "__local" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1519     if (Name == "local" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1529     if (Name == "__private" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1531     if (Name == "private" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1605     if (Name == "__pascal" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1607     if (Name == "_pascal" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1684     if (Name == "__ptr32" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1689     if (Name == "__ptr64" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1705     if (Name == "__regcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1802     if (Name == "__sptr" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1864     if (Name == "__stdcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1866     if (Name == "_stdcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1944     if (Name == "__thiscall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1946     if (Name == "_thiscall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1981     if (Name == "_Nonnull" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1986     if (Name == "_Null_unspecified" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 1991     if (Name == "_Nullable" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 2014     if (Name == "__uptr" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 2078     if (Name == "__vectorcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
 2080     if (Name == "_vectorcall" && getSyntax() == AttributeCommonInfo::AS_Keyword && Scope == "")
tools/clang/include/clang/Basic/AttributeCommonInfo.h
  154     return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword;
tools/clang/lib/Parse/ParseDecl.cpp
  749                    ParsedAttr::AS_Keyword);
  800                  ParsedAttr::AS_Keyword);
  810                  ParsedAttr::AS_Keyword);
  818                ParsedAttr::AS_Keyword);
  834                    ParsedAttr::AS_Keyword);
 2870                ParsedAttr::AS_Keyword, EllipsisLoc);
 3467                                 nullptr, 0, ParsedAttr::AS_Keyword);
 3510                                 nullptr, 0, ParsedAttr::AS_Keyword);
 5409                                 nullptr, 0, ParsedAttr::AS_Keyword);
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1248                  ParsedAttr::AS_Keyword);
tools/clang/lib/Sema/SemaDecl.cpp
 6898           AttributeCommonInfo::AS_Keyword, ConstInitAttr::Keyword_constinit));
 9026                                            AttributeCommonInfo::AS_Keyword));
15681         Context, FinalLoc, AttributeCommonInfo::AS_Keyword,
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3417                                          AttributeCommonInfo::AS_Keyword));
 3420         Context, VS.getFinalLoc(), AttributeCommonInfo::AS_Keyword,
tools/clang/lib/Sema/SemaOpenMP.cpp
 3142             Context, {}, AttributeCommonInfo::AS_Keyword,
 3187             Context, {}, AttributeCommonInfo::AS_Keyword,
 3240             Context, {}, AttributeCommonInfo::AS_Keyword,
 3285             Context, {}, AttributeCommonInfo::AS_Keyword,
 3335             Context, {}, AttributeCommonInfo::AS_Keyword,
 3382             Context, {}, AttributeCommonInfo::AS_Keyword,
 3469             Context, {}, AttributeCommonInfo::AS_Keyword,
tools/clang/lib/Sema/SemaType.cpp
 4299                                       : ParsedAttr::AS_Keyword;