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

  /external/clang/lib/AST/
Stmt.cpp 844 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
854 VarDecl *IfStmt::getConditionVariable() const {
862 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 844 /// IfStmt - This represents an if/then/else.
846 class IfStmt : public Stmt {
854 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
858 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
871 /// If this IfStmt has a condition variable, return the faux DeclStmt
909 static bool classof(const IfStmt *) { return true; }
    [all...]

Completed in 241 milliseconds