Searched refs:ForStmtBits (Results 1 – 2 of 2) sorted by relevance
1013 ForStmtBitfields ForStmtBits; member2547 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; } in getForLoc()2548 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; } in setForLoc()
1008 ForStmtBits.ForLoc = FL; in ForStmt()