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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1184 class GotoStmt : public Stmt { class in namespace:clang
1189 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) function in class:clang::GotoStmt
1193 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } function in class:clang::GotoStmt

Completed in 106 milliseconds