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 822 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
832 VarDecl *IfStmt::getConditionVariable() const {
840 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 865 /// IfStmt - This represents an if/then/else.
867 class IfStmt : public Stmt {
875 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
880 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
893 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]

Completed in 151 milliseconds