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