Home
last modified time | relevance | path

Searched defs:WhileStmt (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp81 WhileStmt, enumerator
/external/clang/lib/AST/
DStmt.cpp862 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
/external/v8/tools/gcmole/
Dgcmole.cc1038 DECL_VISIT_STMT(WhileStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3409 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument
3540 WhileStmt, in AST_POLYMORPHIC_MATCHER_P() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp972 StatementMatcher WhileStmt = in TEST() local
/external/clang/include/clang/AST/
DStmt.h1056 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function