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 479 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
489 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
532 S.Diag(IndirectJumps[0]->getGotoLoc(),
666 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope);
709 S.Diag(Jump->getGotoLoc(),
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 176 Writer.AddSourceLocation(S->getGotoLoc(), Record);
183 Writer.AddSourceLocation(S->getGotoLoc(), Record);
    [all...]

Completed in 332 milliseconds