Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp154 constexpr int ForStmt() { in ForStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1137 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
1152 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
2706 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P() argument
2837 AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P() argument
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp116 ForStmt, enumerator
/external/clang/lib/Sema/
DSemaStmt.cpp2361 ObjCForCollectionStmt * ForStmt = cast<ObjCForCollectionStmt>(S); in FinishObjCForCollectionStmt() local
2486 const CXXForRangeStmt *ForStmt) { in DiagnoseForRangeVariableCopies()
2528 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S); in FinishCXXForRangeStmt() local
/external/v8/tools/gcmole/
Dgcmole.cc1022 DECL_VISIT_STMT(ForStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h1151 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt() function
/external/clang/lib/AST/
DStmt.cpp911 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt