Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2413 setBreakLoc(BL); in BreakStmt()
2420 void setBreakLoc(SourceLocation L) { BreakStmtBits.BreakLoc = L; } in setBreakLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp326 S->setBreakLoc(ReadSourceLocation()); in VisitBreakStmt()