HomeSort by: relevance | last modified time | path
    Searched defs:Statements (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
arraytypes.h 20 typedef Array<class Statement *> Statements;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 228 // Apply the statements attached to this resource. Generic resources
261 // Optional statement base. All such statements should derive from this base.
265 std::vector<std::unique_ptr<OptionalStmt>> Statements;
272 Statements.push_back(std::move(Stmt));
276 for (auto &StmtPtr : Statements)
722 // * A number of fixed optional version statements (e.g. FILEVERSION, FILEOS)
724 // * A number of BLOCK and/or VALUE statements. BLOCK recursively defines
787 // A class listing fixed VERSIONINFO statements (occuring before main BEGIN).
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 359 /// Subclasses may override this function to transform statements using some
369 /// of clause. Subclasses may override this function to transform statements
380 /// attributed statements using some other mechanism.
1260 MultiStmtArg Statements,
1263 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
2348 // FIXME: Support init-statements in Objective-C++20 ranged for
3748 // Pass SDK into statements that can produce a value
7183 SmallVector<Stmt*, 8> Statements;
7190 // likely that this will cause problems for future statements.
7200 Statements.push_back(Result.getAs<Stmt>())
    [all...]

Completed in 34 milliseconds