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

/external/lldb/include/lldb/Core/
H A DClangForward.h72 class GotoStmt;
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp72 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<GotoStmt>());
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp491 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
H A DSemaStmt.cpp1357 void VisitGotoStmt(GotoStmt *S) {
2368 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc);
H A DTreeTransform.h5746 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc876 VISIT(GotoStmt);
904 IGNORE_STMT(GotoStmt);
/external/clang/lib/Analysis/
H A DCFG.cpp381 CFGBlock *VisitGotoStmt(GotoStmt *G);
945 const GotoStmt *G = cast<GotoStmt>(B->getTerminator());
1414 return VisitGotoStmt(cast<GotoStmt>(S));
2215 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {
/external/clang/include/clang/AST/
H A DStmt.h1204 /// GotoStmt - This represents a direct goto.
1206 class GotoStmt : public Stmt { class in namespace:clang
1211 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) function in class:clang::GotoStmt
1215 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } function in class:clang::GotoStmt
H A DDataRecursiveASTVisitor.h1909 DEF_TRAVERSE_STMT(GotoStmt, {})
H A DRecursiveASTVisitor.h1926 DEF_TRAVERSE_STMT(GotoStmt, {})
/external/clang/lib/AST/
H A DASTDumper.cpp306 void VisitGotoStmt(const GotoStmt *Node);
1559 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) {
H A DStmtPrinter.cpp340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) {
H A DStmtProfile.cpp139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) {
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp441 void VisitGotoStmt(const GotoStmt *S) {
H A DCGStmt.cpp215 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
442 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) {
H A DCodeGenFunction.h1860 void EmitGotoStmt(const GotoStmt &S);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1026 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/external/clang/include/clang/Serialization/
H A DASTReader.h73 class GotoStmt;
/external/clang/tools/libclang/
H A DCIndex.cpp1835 void VisitGotoStmt(const GotoStmt *GS);
2166 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) {
3865 return cxstring::createRef("GotoStmt");
4623 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) {
2095 S = new (Context) GotoStmt(Empty);
H A DASTWriterStmt.cpp176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1857 isa<GotoStmt>(Term)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1951 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {
H A DRewriteObjC.cpp1728 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {

Completed in 508 milliseconds