Lines Matching defs:S
26 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr()
53 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr()
71 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr()
97 LoopHintAttr::LoopHintState S) { in handleLoopHintAttr()
183 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder()
188 void VisitAsmStmt(const AsmStmt *S) { FoundCallExpr = true; } in VisitAsmStmt()
198 static Attr *handleNoMergeAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoMergeAttr()
212 static Attr *handleMustTailAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleMustTailAttr()
218 static Attr *handleLikely(Sema &S, Stmt *St, const ParsedAttr &A, in handleLikely()
227 static Attr *handleUnlikely(Sema &S, Stmt *St, const ParsedAttr &A, in handleUnlikely()
241 CheckForIncompatibleAttributes(Sema &S, in CheckForIncompatibleAttributes()
356 static Attr *handleOpenCLUnrollHint(Sema &S, Stmt *St, const ParsedAttr &A, in handleOpenCLUnrollHint()
387 static Attr *ProcessStmtAttribute(Sema &S, Stmt *St, const ParsedAttr &A, in ProcessStmtAttribute()
437 void Sema::ProcessStmtAttributes(Stmt *S, in ProcessStmtAttributes()