Searched refs:hasCommaPasting (Results 1 – 4 of 4) sorted by relevance
218 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting() function
968 if (!MI->hasCommaPasting()) { in ReadMacroCallArgumentList()
1633 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() local1643 if (hasCommaPasting) MI->setHasCommaPasting(); in ReadMacroRecord()
2598 Record.push_back(MI->hasCommaPasting()); in WritePreprocessor()