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()
118 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local127 clang::CompoundStmt *CS, in AppendAfterStmt()228 void DestructorVisitor::VisitContinueStmt(clang::ContinueStmt *CS) { in VisitContinueStmt()671 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in ClearStructRSObject() local1006 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in CreateStructRSSetObject() local1247 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors() local1631 void RSObjectRefCount::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()1779 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); in CreateStaticGlobalDtor() local
59 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