Home
last modified time | relevance | path

Searched refs:getGotoLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
542 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps()
592 S.Diag(IndirectJumps[0]->getGotoLoc(), in VerifyIndirectJumps()
726 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope); in DiagnoseIndirectJumpStmt()
771 S.Diag(Jump->getGotoLoc(), in DiagnoseIndirectJump()
846 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt()
DTreeTransform.h6346 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt()
6362 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
/external/clang/include/clang/AST/
DStmt.h1216 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function
1251 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp179 Writer.AddSourceLocation(S->getGotoLoc(), Record); in VisitGotoStmt()
186 Writer.AddSourceLocation(S->getGotoLoc(), Record); in VisitIndirectGotoStmt()
/external/clang/lib/AST/
DASTImporter.cpp4822 SourceLocation ToGotoLoc = Importer.Import(S->getGotoLoc()); in VisitGotoStmt()
4829 SourceLocation ToGotoLoc = Importer.Import(S->getGotoLoc()); in VisitIndirectGotoStmt()