HomeSort by: relevance | last modified time | path
    Searched refs:getBreakLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2703 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; }
2706 SourceLocation getBeginLoc() const { return getBreakLoc(); }
2707 SourceLocation getEndLoc() const { return getBreakLoc(); }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1497 Builder.markChildToken(S->getBreakLoc(),
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 254 Record.AddSourceLocation(S->getBreakLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1970 BreakLoc = E->getBreakLoc();
2030 SourceLocation GetBreakLoc() { return BreakLoc; }
2082 Diag(BCFinder.GetBreakLoc(), diag::warn_break_binds_to_switch);
2084 Diag(BCFinder.GetBreakLoc(), diag::warn_loop_ctrl_binds_to_inner)
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6339 auto ToBreakLocOrErr = import(S->getBreakLoc());

Completed in 40 milliseconds