Searched refs:WhileStmtBits (Results 1 – 2 of 2) sorted by relevance
1014 WhileStmtBitfields WhileStmtBits; in alignas() member2424 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage()2478 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()2479 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
1123 WhileStmtBits.HasVar = HasVar; in WhileStmt()1137 WhileStmtBits.HasVar = HasVar; in WhileStmt()