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

Declarations

tools/clang/include/clang/Sema/Sema.h
 9125   void AddLaunchBoundsAttr(Decl *D, const AttributeCommonInfo &CI,

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4758   S.AddLaunchBoundsAttr(D, AL, AL.getArgAsExpr(0),
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  257   S.AddLaunchBoundsAttr(New, Attr, MaxThreads, MinBlocks);