Lines Matching +defs:S +defs:getContext
32 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement()
86 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt()
89 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
97 bool VisitIfStmt(IfStmt *S) { in VisitIfStmt()
109 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt()
121 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
131 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
141 bool VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *S) { in VisitObjCAutoreleasePoolStmt()
156 CompoundStmt *S = E->getSubStmt(); in TraverseStmtExpr() local
166 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
172 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon6c985ca60111::EmptyStatementsRemover
175 void check(Stmt *S) { in check()