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

/external/clang/include/clang/AST/
H A DStmt.h1215 /// IndirectGotoStmt - This represents an indirect goto.
1217 class IndirectGotoStmt : public Stmt { class in namespace:clang
1222 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, function in class:clang::IndirectGotoStmt
1228 explicit IndirectGotoStmt(EmptyShell Empty) function in class:clang::IndirectGotoStmt
1244 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();
1254 static bool classof(const IndirectGotoStmt *) { return true; }

Completed in 60 milliseconds