Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp498 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
508 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps()
557 S.Diag(IndirectJumps[0]->getGotoLoc(), in VerifyIndirectJumps()
691 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope); in DiagnoseIndirectJumpStmt()
734 S.Diag(Jump->getGotoLoc(), in DiagnoseIndirectJump()
DTreeTransform.h5609 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt()
5625 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
/external/clang/include/clang/AST/
DStmt.h1195 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function
1228 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()