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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11667   case attr::FastCall:
12247   case attr::FastCall:
12827   case attr::FastCall:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4127     case attr::FastCall:
gen/tools/clang/include/clang/AST/Attrs.inc
 4910     : InheritableAttr(Ctx, CommonInfo, attr::FastCall, false, false)
 4920   static bool classof(const Attr *A) { return A->getKind() == attr::FastCall; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  454     case attr::FastCall: {
 1611     case attr::FastCall: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
  813   case attr::FastCall: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  616   case attr::FastCall: {
tools/clang/lib/AST/Type.cpp
 3361   case attr::FastCall:
tools/clang/lib/AST/TypePrinter.cpp
 1527   case attr::FastCall: OS << "fastcall"; break;