Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2419 SourceLocation getBreakLoc() const { return BreakStmtBits.BreakLoc; } in getBreakLoc() function
2422 SourceLocation getBeginLoc() const { return getBreakLoc(); } in getBeginLoc()
2423 SourceLocation getEndLoc() const { return getBreakLoc(); } in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp246 Record.AddSourceLocation(S->getBreakLoc()); in VisitBreakStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1620 BreakLoc = E->getBreakLoc(); in VisitBreakStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5860 auto ToBreakLocOrErr = import(S->getBreakLoc()); in VisitBreakStmt()