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

/external/clang/include/clang/AST/
H A DStmt.h1222 /// GotoStmt - This represents a direct goto.
1224 class GotoStmt : public Stmt { class in namespace:clang
1229 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) function in class:clang::GotoStmt
1233 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } function in class:clang::GotoStmt

Completed in 287 milliseconds