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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
12007   case attr::ThisCall:
12587   case attr::ThisCall:
13167   case attr::ThisCall:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4467     case attr::ThisCall:
gen/tools/clang/include/clang/AST/Attrs.inc
13907     : InheritableAttr(Ctx, CommonInfo, attr::ThisCall, false, false)
13917   static bool classof(const Attr *A) { return A->getKind() == attr::ThisCall; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
 1202     case attr::ThisCall: {
 2121     case attr::ThisCall: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 2270   case attr::ThisCall: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1701   case attr::ThisCall: {
tools/clang/lib/AST/Type.cpp
 3363   case attr::ThisCall:
tools/clang/lib/AST/TypePrinter.cpp
 1529   case attr::ThisCall: OS << "thiscall"; break;