Searched refs:GotoStmt (Results 1 - 25 of 25) 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.cpp87 void CheckGotoStmt(GotoStmt *GS);
527 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
795 if (isa<GotoStmt>(From) || isa<IndirectGotoStmt>(From)) {
844 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) {
H A DSemaStmt.cpp1378 void VisitGotoStmt(GotoStmt *S) {
2590 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc);
H A DTreeTransform.h6339 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) {
/external/v8/tools/gcmole/
H A Dgcmole.cc876 VISIT(GotoStmt);
904 IGNORE_STMT(GotoStmt);
/external/clang/lib/Analysis/
H A DCFG.cpp458 CFGBlock *VisitGotoStmt(GotoStmt *G);
1062 const GotoStmt *G = cast<GotoStmt>(B->getTerminator());
1539 return VisitGotoStmt(cast<GotoStmt>(S));
2359 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {
/external/clang/include/clang/AST/
H A DStmt.h1200 /// GotoStmt - This represents a direct goto.
1202 class GotoStmt : public Stmt { class in namespace:clang
1207 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) function in class:clang::GotoStmt
1211 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } function in class:clang::GotoStmt
H A DRecursiveASTVisitor.h1932 DEF_TRAVERSE_STMT(GotoStmt, {})
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp294 void VisitGotoStmt(const GotoStmt *S) {
H A DCGStmt.cpp280 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
508 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) {
H A DCoverageMappingGen.cpp599 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); }
H A DCodeGenFunction.h2139 void EmitGotoStmt(const GotoStmt &S);
/external/clang/lib/AST/
H A DASTDumper.cpp487 void VisitGotoStmt(const GotoStmt *Node);
1685 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) {
H A DStmtPrinter.cpp341 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) {
H A DStmtProfile.cpp140 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) {
H A DASTImporter.cpp189 Stmt *VisitGotoStmt(GotoStmt *S);
4815 Stmt *ASTNodeImporter::VisitGotoStmt(GotoStmt *S) {
4824 return new (Importer.getToContext()) GotoStmt(ToLabel,
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1347 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
/external/clang/include/clang/Serialization/
H A DASTReader.h76 class GotoStmt;
/external/clang/tools/libclang/
H A DCIndex.cpp1896 void VisitGotoStmt(const GotoStmt *GS);
2380 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) {
4320 return cxstring::createRef("GotoStmt");
5135 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) {
2600 S = new (Context) GotoStmt(Empty);
H A DASTWriterStmt.cpp176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1844 isa<GotoStmt>(Term)) {
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1719 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {
H A DRewriteModernObjC.cpp1939 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) {

Completed in 634 milliseconds