Searched defs:ForStmt (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p3.cpp | 154 constexpr int ForStmt() { in ForStmt() function
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1137 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/ |
D | CodeGenPGO.cpp | 116 ForStmt, enumerator
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2361 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/ |
D | gcmole.cc | 1022 DECL_VISIT_STMT(ForStmt) { in DECL_VISIT_STMT() argument
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1151 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt() function
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 911 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt
|