Searched defs:CS (Results 1 – 5 of 5) sorted by relevance
42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { in ReplaceInCompoundStmt()77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { in VisitCaseStmt()
119 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local128 clang::CompoundStmt *CS, in AppendAfterStmt()229 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { in VisitContinueStmt()670 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in ClearStructRSObject() local1001 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in CreateStructRSSetObject() local1224 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors() local1507 void RSObjectRefCount::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()1630 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); in CreateStaticGlobalDtor() local
58 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope()
143 void ReplaceCallInsn(llvm::CallSite &CS, in ReplaceCallInsn()198 llvm::CallSite CS(OrigFn->user_back()); in runOnModule() local
86 static final short CS = vr("CS"); field in LoaderDicom