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