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

/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp71 EXPECT_FALSE(Value.hasTypedMatcher<GotoStmt>());
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp497 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
H A DSemaStmt.cpp1318 void VisitGotoStmt(GotoStmt *S) {
2264 return Owned(new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc));
H A DTreeTransform.h5602 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc893 VISIT(GotoStmt);
921 IGNORE_STMT(GotoStmt);
/external/v8/tools/gcmole/
H A Dgcmole.cc895 VISIT(GotoStmt);
923 IGNORE_STMT(GotoStmt);
/external/clang/lib/Analysis/
H A DCFG.cpp378 CFGBlock *VisitGotoStmt(GotoStmt *G);
678 const GotoStmt *G = cast<GotoStmt>(B->getTerminator());
1147 return VisitGotoStmt(cast<GotoStmt>(S));
1929 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {
/external/clang/include/clang/AST/
H A DStmt.h1179 /// GotoStmt - This represents a direct goto.
1181 class GotoStmt : public Stmt { class in namespace:clang
1186 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) function in class:clang::GotoStmt
1190 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } function in class:clang::GotoStmt
H A DRecursiveASTVisitor.h2017 DEF_TRAVERSE_STMT(GotoStmt, { })
/external/clang/lib/CodeGen/
H A DCGStmt.cpp184 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
394 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) {
H A DCodeGenFunction.h1818 void EmitGotoStmt(const GotoStmt &S);
/external/clang/lib/AST/
H A DASTDumper.cpp251 void VisitGotoStmt(const GotoStmt *Node);
1453 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) {
/external/clang/include/clang/Serialization/
H A DASTReader.h73 class GotoStmt;
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h932 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/external/clang/tools/libclang/
H A DCIndex.cpp1834 void VisitGotoStmt(const GotoStmt *GS);
2103 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) {
3701 return cxstring::createRef("GotoStmt");
4418 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
H A DRecursiveASTVisitor.h1932 DEF_TRAVERSE_STMT(GotoStmt, { })
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) {
1871 S = new (Context) GotoStmt(Empty);
H A DASTWriterStmt.cpp176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1811 isa<GotoStmt>(Term)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1749 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {
H A DRewriteModernObjC.cpp1955 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {

Completed in 816 milliseconds