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 478 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
486 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
526 S.Diag(IndirectJumps[0]->getGotoLoc(),
647 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope);
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 168 Writer.AddSourceLocation(S->getGotoLoc(), Record);
175 Writer.AddSourceLocation(S->getGotoLoc(), Record);
    [all...]

Completed in 36 milliseconds