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

/external/clang/include/clang/AST/
H A DStmt.h1256 /// IndirectGotoStmt - This represents an indirect goto.
1258 class IndirectGotoStmt : public Stmt { class in namespace:clang
1263 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, function in class:clang::IndirectGotoStmt
1269 explicit IndirectGotoStmt(EmptyShell Empty) function in class:clang::IndirectGotoStmt
1285 return const_cast<IndirectGotoStmt*>(this)->getConstantTarget();

Completed in 146 milliseconds