Home
last modified time | relevance | path

Searched refs:TraverseForStmt (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedindex.cxx37 bool TraverseForStmt(ForStmt* stmt);
45 bool UnusedIndex::TraverseForStmt(ForStmt* stmt) in TraverseForStmt() function in __anon9b718aba0111::UnusedIndex
H A Dcommaoperator.cxx45 bool TraverseForStmt(ForStmt * stmt) { in TraverseForStmt() function in __anone9ac1d870111::CommaOperator
50 auto const ret = RecursiveASTVisitor::TraverseForStmt(stmt); in TraverseForStmt()
H A Dstringloop.cxx27 bool TraverseForStmt(ForStmt*);
183 bool StringLoop::TraverseForStmt(ForStmt* stmt) in TraverseForStmt() function in __anon1985283f0111::StringLoop
187 auto const ret = RecursiveASTVisitor::TraverseForStmt(stmt); in TraverseForStmt()
H A Dreducevarscope.cxx127 bool TraverseForStmt(ForStmt*);
374 bool ReduceVarScope::TraverseForStmt(ForStmt* decl) in TraverseForStmt() function in __anoneedddb890111::ReduceVarScope
379 ret = FilteringPlugin::TraverseForStmt(decl); in TraverseForStmt()
H A Dsimplifypointertobool.cxx230 bool TraverseForStmt(ForStmt* stmt) in TraverseForStmt() function in __anoned2bee8b0111::SimplifyPointerToBool
234 res = FilteringRewritePlugin::TraverseForStmt(stmt); in TraverseForStmt()
H A Delidestringvar.cxx376 bool TraverseForStmt(ForStmt* stmt) in TraverseForStmt() function in __anonc6f293110111::ElideStringVar
381 ret = FilteringPlugin::TraverseForStmt(stmt); in TraverseForStmt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedindex.cxx37 bool TraverseForStmt(ForStmt* stmt);
45 bool UnusedIndex::TraverseForStmt(ForStmt* stmt) in TraverseForStmt() function in __anon57212a120111::UnusedIndex
H A Dcommaoperator.cxx42 bool TraverseForStmt(ForStmt * stmt) { in TraverseForStmt() function in __anon4fc0f2df0111::CommaOperator
47 auto const ret = RecursiveASTVisitor::TraverseForStmt(stmt); in TraverseForStmt()
H A Dstringloop.cxx27 bool TraverseForStmt(ForStmt*);
183 bool StringLoop::TraverseForStmt(ForStmt* stmt) in TraverseForStmt() function in __anon93923c970111::StringLoop
187 auto const ret = RecursiveASTVisitor::TraverseForStmt(stmt); in TraverseForStmt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/sharedvisitor/
H A Ddummyplugin.hxx44 bool TraverseForStmt( ForStmt* ) { return complain(); } in TraverseForStmt() function in loplugin::DummyRecursiveASTVisitor