Home
last modified time | relevance | path

Searched refs:GotoStmt (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp87 void CheckGotoStmt(GotoStmt *GS);
492 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
797 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
H A DSemaStmt.cpp1380 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
2396 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
H A DTreeTransform.h5984 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) { in TransformGotoStmt()
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp72 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<GotoStmt>()); in TEST()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td21 def GotoStmt : Stmt;
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1211 class GotoStmt : public Stmt {
1216 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
1220 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
H A DDataRecursiveASTVisitor.h1918 DEF_TRAVERSE_STMT(GotoStmt, {})
H A DRecursiveASTVisitor.h1935 DEF_TRAVERSE_STMT(GotoStmt, {})
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp387 CFGBlock *VisitGotoStmt(GotoStmt *G);
1015 const GotoStmt *G = cast<GotoStmt>(B->getTerminator()); in buildCFG()
1482 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()
2282 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp316 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DCGStmt.cpp254 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break; in EmitSimpleStmt()
481 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
H A DCoverageMappingGen.cpp644 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DCodeGenFunction.h1958 void EmitGotoStmt(const GotoStmt &S);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp481 void VisitGotoStmt(const GotoStmt *Node);
1625 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
H A DStmtProfile.cpp139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
H A DStmtPrinter.cpp340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h73 class GotoStmt; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1228 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1844 void VisitGotoStmt(const GotoStmt *GS);
2220 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
4820 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
2288 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1846 isa<GotoStmt>(Term)) { in GenerateAlternateExtensivePathDiagnostic()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1719 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
H A DRewriteModernObjC.cpp1939 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()