Searched refs:DS (Results 1 – 8 of 8) sorted by relevance
90 void RSASTReplace::VisitDeclStmt(clang::DeclStmt* DS) { in VisitDeclStmt() argument91 VisitStmt(DS); in VisitDeclStmt()92 for (clang::Decl* D : DS->decls()) { in VisitDeclStmt()102 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt() argument103 if (matchesStmt(DS->getSubStmt())) { in VisitDefaultStmt()104 DS->setSubStmt(mNewStmt); in VisitDefaultStmt()106 VisitStmt(DS); in VisitDefaultStmt()110 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt() argument111 if (matchesExpr(DS->getCond())) { in VisitDoStmt()112 DS->setCond(mNewExpr); in VisitDoStmt()[all …]
71 void VisitDeclStmt(clang::DeclStmt* DS);72 void VisitDefaultStmt(clang::DefaultStmt *DS);73 void VisitDoStmt(clang::DoStmt *DS);
231 void RSCheckAST::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt() argument232 if (!Slang::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) { in VisitDeclStmt()233 for (clang::DeclStmt::decl_iterator I = DS->decl_begin(), in VisitDeclStmt()234 E = DS->decl_end(); in VisitDeclStmt()
206 void VisitDoStmt(clang::DoStmt *DS);236 void DestructorVisitor::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt() argument238 VisitStmt(DS); in VisitDoStmt()1075 clang::DeclStmt *DS, in AppendRSObjectInit() argument1127 AppendAfterStmt(C, mCS, DS, StmtList); in AppendRSObjectInit()1190 AppendAfterStmt(C, mCS, DS, StmtList); in AppendRSObjectInit()1382 clang::DeclStmt* DS = new (C) clang::DeclStmt(DGR, Loc, Loc); in CreateGuard() local1383 NewStmts.push_back(DS); in CreateGuard()1515 void RSObjectRefCount::VisitDeclStmt(clang::DeclStmt *DS) { in VisitDeclStmt() argument1516 VisitStmt(DS); in VisitDeclStmt()[all …]
71 clang::DeclStmt *DS,282 void VisitDeclStmt(clang::DeclStmt *DS);
68 void VisitDeclStmt(clang::DeclStmt *DS);
13 * **DS ON**: Data Saver Mode is on14 * **DS OFF**: Data Saver Mode is off29 | **DS** | *AL* | ok | blk | ok | ok |32 | **DS** | *AL* | blk | blk | ok | ok |42 | **DS** | *AL* | ok | blk | ok | ok |45 | **DS** | *AL* | ok | blk | ok | ok |
82 static final short DS = vr("DS"); field in LoaderDicom108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT