Searched refs:WhileStmtBits (Results 1 – 2 of 2) sorted by relevance
981 WhileStmtBitfields WhileStmtBits; in alignas() member2288 bool hasVarStorage() const { return WhileStmtBits.HasVar; } in hasVarStorage()2342 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc()2343 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc()
1019 WhileStmtBits.HasVar = HasVar; in WhileStmt()1031 WhileStmtBits.HasVar = HasVar; in WhileStmt()