Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2981 setBreakLoc(BL); in BreakStmt()
2988 void setBreakLoc(SourceLocation L) { BreakStmtBits.BreakLoc = L; } in setBreakLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp334 S->setBreakLoc(readSourceLocation()); in VisitBreakStmt()