Home
last modified time | relevance | path

Searched refs:TraverseStmt (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/include/clang/AST/
DRecursiveASTVisitor.h173 bool TraverseStmt(Stmt *S, DataRecursionQueue *Queue = nullptr);
587 bool RecursiveASTVisitor<Derived>::TraverseStmt(Stmt *S,
802 return getDerived().TraverseStmt(Arg.getAsExpr());
843 return getDerived().TraverseStmt(ArgLoc.getSourceExpression());
870 TRY_TO(TraverseStmt(Init->getInit()));
947 TRY_TO(TraverseStmt(T->getSizeExpr()));
953 TRY_TO(TraverseStmt(T->getSizeExpr()));
958 TRY_TO(TraverseStmt(T->getSizeExpr()));
981 TRY_TO(TraverseStmt(NE));
988 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
[all …]
/external/v8/tools/clang/blink_gc_plugin/
DCheckTraceVisitor.cpp151 finder.TraverseStmt(call->getArg(0)); in CheckCXXDependentScopeMemberExpr()
181 finder.TraverseStmt(call->getArg(1)); in CheckCXXDependentScopeMemberExpr()
310 finder.TraverseStmt(arg); in CheckTraceFieldCall()
332 nested_visitor.TraverseStmt(callback->getBody()); in CheckRegisterWeakMembers()
DBlinkGCPluginConsumer.cpp47 visitor.TraverseStmt(stmt); in isEmpty()
408 visitor.TraverseStmt(defn->getBody()); in CheckDispatch()
415 visitor.TraverseStmt(defn->getBody()); in CheckDispatch()
DCheckFinalizerVisitor.cpp96 this->TraverseStmt(expr->getArg(i)); in WalkUpFromCallExpr()
/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp94 bool onlyValueOfVarIsNeeded = checker.TraverseStmt(block->getBody()); in VisitBlockDecl()
132 trans.TraverseStmt(BodyCtx.getTopStmt()); in traverseBody()
DTransforms.cpp257 TraverseStmt(*I); in TraverseStmtExpr()
306 ReferenceClear(refs).TraverseStmt(S); in clearRefsIn()
310 ReferenceCollector(D, refs).TraverseStmt(S); in collectRefs()
314 RemovablesCollector(exprs).TraverseStmt(S); in collectRemovables()
342 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function in __anon6f7c78620211::ASTTransform
DTransProtectedScope.cpp107 .TraverseStmt(BodyCtx.getTopStmt()); in ProtectedScopeFixer()
108 LocalRefsCollector(LocalRefs).TraverseStmt(BodyCtx.getTopStmt()); in ProtectedScopeFixer()
DTransAutoreleasePool.cpp81 TraverseStmt(body); in transformBody()
318 declarationLoc).TraverseStmt(*SI); in handlePoolScope()
344 releaseColl.TraverseStmt(*I); in handlePoolScope()
DTransUnusedInitDelegate.cpp47 TraverseStmt(body); in transformBody()
DTransGCCalls.cpp76 .TraverseStmt(BodyCtx.getTopStmt()); in traverseBody()
DTransforms.h194 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function
DTransEmptyStatementsAndDealloc.cpp161 TraverseStmt(*I); in TraverseStmtExpr()
DTransRetainReleaseDealloc.cpp58 TraverseStmt(body); in transformBody()
DTransUnbridgedCasts.cpp78 TraverseStmt(body); in transformBody()
DObjCMT.cpp349 if (!TraverseStmt(SubStmt)) in TraverseObjCMessageExpr()
366 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anonb85677320211::BodyMigrator
368 ObjCMigrator(Consumer, *PMap).TraverseStmt(S); in TraverseStmt()
1704 return !SuperInitChecker().TraverseStmt(MD->getBody()); in hasSuperInitCall()
/external/clang/lib/Index/
DIndexBody.cpp323 if (!TraverseStmt(SubStmt, Q)) in TraverseInitListExpr()
335 SyntacticFormIndexer(IndexCtx, Parent, ParentDC).TraverseStmt(SyntaxForm); in TraverseInitListExpr()
358 BodyIndexer(*this, Parent, DC).TraverseStmt(const_cast<Stmt*>(S)); in indexBody()
DIndexTypeSourceInfo.cpp122 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon4a70f9830111::TypeIndexer
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp146 bool TraverseStmt(Stmt *StmtNode) { in TraverseStmt() function in clang::ast_matchers::internal::__anonf13eb9c00111::MatchChildASTVisitor
223 return VisitorBase::TraverseStmt(const_cast<Stmt*>(&StmtNode)); in baseTraverse()
369 bool TraverseStmt(Stmt *StmtNode);
823 bool MatchASTVisitor::TraverseStmt(Stmt *StmtNode) { in TraverseStmt() function in clang::ast_matchers::internal::__anonf13eb9c00111::MatchASTVisitor
828 return RecursiveASTVisitor<MatchASTVisitor>::TraverseStmt(StmtNode); in TraverseStmt()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc102 TraverseStmt(arg); in ProbeChecker()
270 if (!TraverseStmt(E)) in assignsExtPtr()
323 bool ProbeVisitor::TraverseStmt(Stmt *S) { in TraverseStmt() function in ebpf::ProbeVisitor
326 auto ret = RecursiveASTVisitor<ProbeVisitor>::TraverseStmt(S); in TraverseStmt()
385 if (!TraverseStmt(R->getRetValue())) in VisitReturnStmt()
410 setter.TraverseStmt(E->getLHS()); in VisitBinaryOperator()
473 if (!TraverseStmt(Call)) in VisitMemberExpr()
735 if (!TraverseStmt(child)) in TraverseCallExpr()
Db_frontend_action.h99 bool TraverseStmt(clang::Stmt *S);
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp102 TraverseStmt(Element.Key); in TraverseObjCDictionaryLiteral()
103 TraverseStmt(Element.Value); in TraverseObjCDictionaryLiteral()
113 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon2c7db49f0111::CollectUnexpandedParameterPacksVisitor
116 return inherited::TraverseStmt(S); in TraverseStmt()
289 CollectUnexpandedParameterPacksVisitor(Unexpanded).TraverseStmt(E); in DiagnoseUnexpandedParameterPack()
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp30 return TraverseStmt(Lambda->getBody()); in TraverseLambdaBody()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp51 return TraverseStmt(S->getHandlerBlock()); in TraverseCXXCatchStmt()
155 V.TraverseStmt(AC->getBody()); in isLive()
/external/clang/include/clang/Analysis/
DCallGraph.h121 bool TraverseStmt(Stmt *S) { return true; } in TraverseStmt() function
/external/v8/tools/gcmole/
Dgcmole.cc153 TraverseStmt(body->getBody()); in AnalyzeFunction()

12