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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
   65     OS << " __attribute__((amdgpu_flat_work_group_size(" << getMin() << ", " << getMax() << ")))";
   69     OS << " [[clang::amdgpu_flat_work_group_size(" << getMin() << ", " << getMax() << ")]]";
gen/tools/clang/include/clang/AST/AttrNodeTraverse.inc
   12     Visit(SA->getMax());
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 1179   if (!getDerived().TraverseStmt(A->getMax()))
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
   21     Record.AddStmt(SA->getMax());
tools/clang/lib/CodeGen/TargetInfo.cpp
 7977       Max = FlatWGS->getMax()
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  424   Result = S.SubstExpr(Attr.getMax(), TemplateArgs);