Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1289 SourceLocation getBreakLoc() const { return BreakLoc; } in getBreakLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp200 Writer.AddSourceLocation(S->getBreakLoc(), Record); in VisitBreakStmt()