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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
542 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
592 S.Diag(IndirectJumps[0]->getGotoLoc(),
726 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope);
771 S.Diag(Jump->getGotoLoc(),
    [all...]
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...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 57 milliseconds