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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp492 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
502 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
552 S.Diag(IndirectJumps[0]->getGotoLoc(),
686 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope);
731 S.Diag(Jump->getGotoLoc(),
H A DTreeTransform.h5753 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
5769 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(),
/external/clang/include/clang/AST/
H A DStmt.h1220 SourceLocation getGotoLoc() const { return GotoLoc; } function in class:clang::GotoStmt
1253 SourceLocation getGotoLoc() const { return GotoLoc; } function in class:clang::IndirectGotoStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp179 Writer.AddSourceLocation(S->getGotoLoc(), Record);
186 Writer.AddSourceLocation(S->getGotoLoc(), Record);

Completed in 179 milliseconds