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

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h72 class GotoStmt;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp497 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
H A DSemaStmt.cpp1315 void VisitGotoStmt(GotoStmt *S) {
2304 return Owned(new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc));
H A DTreeTransform.h5644 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp380 CFGBlock *VisitGotoStmt(GotoStmt *G);
684 const GotoStmt *G = cast<GotoStmt>(B->getTerminator());
1156 return VisitGotoStmt(cast<GotoStmt>(S));
1956 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1182 /// GotoStmt - This represents a direct goto.
1184 class GotoStmt : public Stmt { class in namespace:clang
1189 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) function in class:clang::GotoStmt
1193 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } function in class:clang::GotoStmt
H A DRecursiveASTVisitor.h1949 DEF_TRAVERSE_STMT(GotoStmt, { })
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp187 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
397 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) {
H A DCodeGenFunction.h1820 void EmitGotoStmt(const GotoStmt &S);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp267 void VisitGotoStmt(const GotoStmt *Node);
1539 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) {
H A DStmtPrinter.cpp352 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) {
H A DStmtProfile.cpp140 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h942 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h73 class GotoStmt;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) {
1906 S = new (Context) GotoStmt(Empty);
H A DASTWriterStmt.cpp177 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1856 isa<GotoStmt>(Term)) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1749 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {
H A DRewriteModernObjC.cpp1971 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {

Completed in 478 milliseconds