Searched refs:ContinueStmtBits (Results 1 – 1 of 1) sorted by relevance
985 ContinueStmtBitfields ContinueStmtBits; in alignas() member2593 SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; } in getContinueLoc()2594 void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; } in setContinueLoc()