Home
last modified time | relevance | path

Searched defs:SwitchStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h30 class SwitchStmt; variable
DSema.h129 class SwitchStmt; variable
/external/clang/include/clang/AST/
DStmt.h40 class SwitchStmt; variable
780 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
852 static bool classof(const SwitchStmt *) { return true; } in classof()
/external/clang/lib/AST/
DStmt.cpp654 SwitchStmt::SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt