Go to the source code of this file.
|
static Attr * | handleFallThroughAttr (Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) |
|
static Attr * | handleSuppressAttr (Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) |
|
static Attr * | handleLoopHintAttr (Sema &S, Stmt *St, const AttributeList &A, SourceRange) |
|
static void | CheckForIncompatibleAttributes (Sema &S, const SmallVectorImpl< const Attr *> &Attrs) |
|
static Attr * | handleOpenCLUnrollHint (Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) |
|
static Attr * | ProcessStmtAttribute (Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) |
|
◆ CheckForIncompatibleAttributes()
◆ handleFallThroughAttr()
◆ handleLoopHintAttr()
◆ handleOpenCLUnrollHint()
◆ handleSuppressAttr()
◆ ProcessStmtAttribute()