Home
last modified time | relevance | path

Searched defs:compoundStmt (Results 1 – 25 of 52) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dflatten.cxx62 if (auto compoundStmt = dyn_cast<CompoundStmt>(stmt)) { in containsSingleThrowExpr() local
75 if (auto compoundStmt = dyn_cast<CompoundStmt>(stmt)) { in containsVarDecl() local
111 bool Flatten::TraverseCompoundStmt(CompoundStmt * compoundStmt) in TraverseCompoundStmt()
309 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getThen())) { in rewrite1() local
359 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getElse())) { in rewrite2() local
399 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getThen())) { in rewriteLargeIf() local
H A Ddodgyswitch.cxx69 auto compoundStmt = dyn_cast<CompoundStmt>(parent); in IsParentSwitch() local
H A Dunnecessarycatchthrow.cxx54 auto compoundStmt = dyn_cast<CompoundStmt>(catchStmt->getHandlerBlock()); in VisitCXXTryStmt() local
H A Dblockblock.cxx82 auto compoundStmt = dyn_cast<CompoundStmt>(caseStmt->getSubStmt()); in VisitCaseStmt() local
H A Duseuniqueptr.cxx166 const CompoundStmt* compoundStmt = dyn_cast_or_null< CompoundStmt >( functionDecl->getBody() ); in VisitFunctionDecl() local
178 …UseUniquePtr::CheckCompoundStmt(const FunctionDecl* functionDecl, const CompoundStmt* compoundStmt) in CheckCompoundStmt()
619 else if (auto compoundStmt = dyn_cast<CompoundStmt>(bodyStmt)) in CheckLoopDelete() local
836 if (auto compoundStmt = dyn_cast<CompoundStmt>(cxxForRangeStmt->getBody())) in CheckCXXForRangeStmt() local
H A Dindentation.cxx93 bool Indentation::VisitCompoundStmt(CompoundStmt const* compoundStmt) in VisitCompoundStmt()
275 auto compoundStmt = dyn_cast<CompoundStmt>(switchStmt->getBody()); in VisitSwitchStmt() local
H A Demptyif.cxx47 auto compoundStmt = dyn_cast<CompoundStmt>(stmt); in empty() local
H A Dxmlimport.cxx188 auto compoundStmt = dyn_cast_or_null<CompoundStmt>(methodDecl->getBody()); in VisitCXXMethodDecl() local
202 auto compoundStmt = dyn_cast_or_null<CompoundStmt>(methodDecl->getBody()); in VisitCXXMethodDecl() local
H A Dinlinesimplememberfunctions.cxx91 const CompoundStmt* compoundStmt = dyn_cast< CompoundStmt >( functionDecl->getBody() ); in VisitCXXMethodDecl() local
H A Dcollapseif.cxx52 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getThen())) in VisitIfStmt() local
H A Dsequentialassign.cxx168 bool SequentialAssign::VisitCompoundStmt(CompoundStmt const* compoundStmt) in VisitCompoundStmt()
H A Dstaticdynamic.cxx72 bool StaticDynamic::TraverseCompoundStmt(CompoundStmt* compoundStmt) in TraverseCompoundStmt()
H A Dunnecessaryvirtual.cxx123 auto compoundStmt = dyn_cast<CompoundStmt>(body); in VisitCXXMethodDecl() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dflatten.cxx62 if (auto compoundStmt = dyn_cast<CompoundStmt>(stmt)) { in containsSingleThrowExpr() local
75 if (auto compoundStmt = dyn_cast<CompoundStmt>(stmt)) { in containsVarDecl() local
111 bool Flatten::TraverseCompoundStmt(CompoundStmt * compoundStmt) in TraverseCompoundStmt()
307 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getThen())) { in rewrite1() local
357 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getElse())) { in rewrite2() local
395 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getThen())) { in rewriteLargeIf() local
H A Ddodgyswitch.cxx69 auto compoundStmt = dyn_cast<CompoundStmt>(parent); in IsParentSwitch() local
H A Dunnecessarycatchthrow.cxx54 auto compoundStmt = dyn_cast<CompoundStmt>(catchStmt->getHandlerBlock()); in VisitCXXTryStmt() local
H A Dblockblock.cxx82 auto compoundStmt = dyn_cast<CompoundStmt>(caseStmt->getSubStmt()); in VisitCaseStmt() local
H A Duseuniqueptr.cxx166 const CompoundStmt* compoundStmt = dyn_cast_or_null< CompoundStmt >( functionDecl->getBody() ); in VisitFunctionDecl() local
178 …UseUniquePtr::CheckCompoundStmt(const FunctionDecl* functionDecl, const CompoundStmt* compoundStmt) in CheckCompoundStmt()
617 else if (auto compoundStmt = dyn_cast<CompoundStmt>(bodyStmt)) in CheckLoopDelete() local
834 if (auto compoundStmt = dyn_cast<CompoundStmt>(cxxForRangeStmt->getBody())) in CheckCXXForRangeStmt() local
H A Dindentation.cxx96 bool Indentation::VisitCompoundStmt(CompoundStmt const* compoundStmt) in VisitCompoundStmt()
278 auto compoundStmt = dyn_cast<CompoundStmt>(switchStmt->getBody()); in VisitSwitchStmt() local
H A Demptyif.cxx47 auto compoundStmt = dyn_cast<CompoundStmt>(stmt); in empty() local
H A Dinlinesimplememberfunctions.cxx91 const CompoundStmt* compoundStmt = dyn_cast< CompoundStmt >( functionDecl->getBody() ); in VisitCXXMethodDecl() local
H A Dcollapseif.cxx52 if (auto compoundStmt = dyn_cast<CompoundStmt>(ifStmt->getThen())) in VisitIfStmt() local
H A Dsequentialassign.cxx168 bool SequentialAssign::VisitCompoundStmt(CompoundStmt const* compoundStmt) in VisitCompoundStmt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/store/
H A Dreturnbyref.cxx93 const CompoundStmt* compoundStmt = dyn_cast< CompoundStmt >( functionDecl->getBody() ); in VisitCXXMethodDecl() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/store/
H A Dreturnbyref.cxx93 const CompoundStmt* compoundStmt = dyn_cast< CompoundStmt >( functionDecl->getBody() ); in VisitCXXMethodDecl() local

123