Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h985 ContinueStmtBitfields ContinueStmtBits; in alignas() member
2593 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc()
2594 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc()