Searched refs:DoStmtBits (Results 1 – 1 of 1) sorted by relevance
1012 DoStmtBitfields DoStmtBits; member2474 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc()2475 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc()