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

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

Completed in 60 milliseconds