Home
last modified time | relevance | path

Searched refs:getBreakLoc (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2776 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function
2779 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()
2780 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1502 Builder.markChildToken(S->getBreakLoc(), in WalkUpFromBreakStmt()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp256 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2008 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6715 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()