HomeSort by relevance Sort by last modified time
    Searched defs:Stmt (Results 1 - 4 of 4) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Stmt.java 12 public class Stmt {
27 * Prepare the next SQL statement for the Stmt instance.
41 * Stmt s = db.prepare("select * from x; select * from y;");
  /external/clang/include/clang/Analysis/
CFG.h 24 #include "clang/AST/Stmt.h"
34 class Stmt;
97 CFGStmt(Stmt *S) : CFGElement(Statement, S) {}
99 const Stmt *getStmt() const {
100 return static_cast<const Stmt *>(Data1.getPointer());
148 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt)
149 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {}
156 const Stmt *getTriggerStmt() const {
157 return static_cast<Stmt*>(Data2.getPointer())
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 1 //===--- Stmt.h - Classes for representing statements -----------*- C++ -*-===//
10 // This file defines the Stmt interface and subclasses.
47 // ExprIterator - Iterators for iterating over Stmt* arrays that contain
48 // only Expr*. This is needed because AST nodes use Stmt* arrays to store
52 class Stmt;
56 Stmt** I;
58 ExprIterator(Stmt** i) : I(i) {}
75 const Stmt * const *I;
77 ConstExprIterator(const Stmt * const *i) : I(i) {}
96 /// Stmt - This represents one statement
    [all...]
  /tools/motodev/src/plugins/common/res/
androidjdbc.jar 

Completed in 100 milliseconds