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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
 1595   } else if (AttributeCommonInfo::AS_Declspec == Syntax) {
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
  123     if (Name == "align" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  347     if (Name == "cpu_dispatch" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  358     if (Name == "cpu_specific" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  365     if (Name == "__constant__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  372     if (Name == "__device__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  379     if (Name == "__global__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  386     if (Name == "__host__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  396     if (Name == "__launch_bounds__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  403     if (Name == "__shared__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  454     if (Name == "code_seg" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  530     if (Name == "dllexport" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  542     if (Name == "dllimport" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  558     if (Name == "deprecated" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  588     if (Name == "empty_bases" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  710     if (Name == "__hip_pinned_shadow__" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  788     if (Name == "layout_version" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  844     if (Name == "allocator" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  860     if (Name == "novtable" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
  989     if (Name == "naked" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1012     if (Name == "noalias" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1069     if (Name == "noinline" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1099     if (Name == "noreturn" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1172     if (Name == "nothrow" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1772     if (Name == "restrict" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1818     if (Name == "allocate" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1823     if (Name == "selectany" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 1951     if (Name == "thread" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
 2053     if (Name == "uuid" && getSyntax() == AttributeCommonInfo::AS_Declspec && Scope == "")
tools/clang/include/clang/Basic/AttributeCommonInfo.h
  137   bool isDeclspecAttribute() const { return SyntaxUsed == AS_Declspec; }
tools/clang/lib/Parse/ParseDecl.cpp
  641                                ParsedAttr::AS_Declspec);
  648                                SourceLocation(), ParsedAttr::AS_Declspec);
  723                      ParsedAttr::AS_Declspec);