HomeSort by relevance Sort by last modified time
    Searched refs:getGotoLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 492 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(),
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 179 Writer.AddSourceLocation(S->getGotoLoc(), Record);
186 Writer.AddSourceLocation(S->getGotoLoc(), Record);
    [all...]

Completed in 86 milliseconds