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

Completed in 206 milliseconds