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