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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
  394       return AttributeCommonInfo::AT_ThisCall;	 // "thiscall"
 2147           return AttributeCommonInfo::AT_ThisCall;	 // "gnu::thiscall"
 4269         return AttributeCommonInfo::AT_ThisCall;	 // "_thiscall"
 4301         return AttributeCommonInfo::AT_ThisCall;	 // "__thiscall"
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
 1939   case AT_ThisCall: {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4287   case ParsedAttr::AT_ThisCall:
 4453   case ParsedAttr::AT_ThisCall:
 6967   case ParsedAttr::AT_ThisCall:
tools/clang/lib/Sema/SemaType.cpp
  695     FUNCTION_TYPE_ATTRS_CASELIST:
 3451     CALLING_CONV_ATTRS_CASELIST : {
 6801   case ParsedAttr::AT_ThisCall:
 7694     FUNCTION_TYPE_ATTRS_CASELIST: