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

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

Completed in 82 milliseconds