Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp584 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
596 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps()
646 S.Diag(IndirectJumps[0]->getGotoLoc(), in VerifyIndirectJumps()
780 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope); in DiagnoseIndirectJumpStmt()
825 S.Diag(Jump->getGotoLoc(), in DiagnoseIndirectJump()
900 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt()
DTreeTransform.h6450 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(), in TransformGotoStmt()
6466 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
/external/clang/include/clang/AST/
DStmt.h1238 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function
1273 SourceLocation getGotoLoc() const { return GotoLoc; } in getGotoLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp191 Record.AddSourceLocation(S->getGotoLoc()); in VisitGotoStmt()
198 Record.AddSourceLocation(S->getGotoLoc()); in VisitIndirectGotoStmt()
/external/clang/lib/AST/
DASTImporter.cpp5120 SourceLocation ToGotoLoc = Importer.Import(S->getGotoLoc()); in VisitGotoStmt()
5127 SourceLocation ToGotoLoc = Importer.Import(S->getGotoLoc()); in VisitIndirectGotoStmt()