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