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

  /build/kati/
stmt.cc 76 string IfStmt::DebugString() const {
84 return StringPrintf("IfStmt(op=%s, lhs=%s, rhs=%s t=%zu f=%zu loc=%s:%d)",
137 IfStmt::~IfStmt() {
142 void IfStmt::Eval(Evaluator* ev) const {
stmt.h 115 struct IfStmt : public Stmt {
122 virtual ~IfStmt();
  /external/clang/lib/AST/
Stmt.cpp 759 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
769 VarDecl *IfStmt::getConditionVariable() const {
777 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 867 /// IfStmt - This represents an if/then/else.
869 class IfStmt : public Stmt {
877 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
882 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
895 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /external/libgdx/extensions/gdx-jnigen/libs/
javaparser-core-2.3.0.jar 

Completed in 63 milliseconds