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