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

  /external/clang/lib/AST/
Stmt.cpp 904 SwitchStmt::SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond)
912 VarDecl *SwitchStmt::getConditionVariable() const {
920 void SwitchStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 43 class SwitchStmt;
634 // used by SwitchStmt.
912 /// SwitchStmt - This represents a 'switch' stmt.
914 class SwitchStmt : public Stmt {
921 /// If the SwitchStmt is a switch on an enum value, this records whether
927 SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond);
930 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { }
944 /// If this SwitchStmt has a condition variable, return the faux DeclStmt
    [all...]

Completed in 77 milliseconds