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.h909 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
924 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, in AST_MATCHER_P() argument
2372 IfStmt, ForStmt, WhileStmt, DoStmt, ConditionalOperator), in AST_POLYMORPHIC_MATCHER_P() argument
2500 AST_POLYMORPHIC_SUPPORTED_TYPES_4(DoStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P() argument
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp237 ForStmt, enumerator
/external/clang/lib/Sema/
DSemaStmt.cpp2337 ObjCForCollectionStmt * ForStmt = cast<ObjCForCollectionStmt>(S); in FinishObjCForCollectionStmt() local
2354 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S); in FinishCXXForRangeStmt() local
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc1022 DECL_VISIT_STMT(ForStmt) { in DECL_VISIT_STMT() argument
/external/clang/lib/AST/
DStmt.cpp851 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt
/external/clang/include/clang/AST/
DStmt.h1147 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt() function