Searched defs:SwitchStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp905 SwitchStmt::SwitchStmt(ASTContext &C, VarDecl *Var, Expr *cond) function in class:SwitchStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h923 class SwitchStmt : public Stmt { class in namespace:clang
939 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } function in class:clang::SwitchStmt
[all...]

Completed in 66 milliseconds