Home
last modified time | relevance | path

Searched defs:ForStmt (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp158 constexpr int ForStmt() { in ForStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1403 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
1418 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
3409 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument
3539 AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P() argument
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp83 ForStmt, enumerator
/external/clang/lib/Sema/
DSemaStmt.cpp2434 ObjCForCollectionStmt * ForStmt = cast<ObjCForCollectionStmt>(S); in FinishObjCForCollectionStmt() local
2563 const CXXForRangeStmt *ForStmt) { in DiagnoseForRangeVariableCopies()
2605 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S); in FinishCXXForRangeStmt() local
/external/clang/lib/AST/
DStmt.cpp797 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt
/external/v8/tools/gcmole/
Dgcmole.cc1022 DECL_VISIT_STMT(ForStmt) { in DECL_VISIT_STMT() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp967 StatementMatcher ForStmt = in TEST() local
/external/clang/include/clang/AST/
DStmt.h1165 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt() function