Searched refs:hasCommaPasting (Results 1 – 4 of 4) sorted by relevance
214 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting() function
925 if (!MI->hasCommaPasting()) { in ReadFunctionLikeMacroArgs()
1470 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() local1480 if (hasCommaPasting) MI->setHasCommaPasting(); in ReadMacroRecord()
2267 Record.push_back(MI->hasCommaPasting()); in WritePreprocessor()