Searched refs:hasCommaPasting (Results 1 – 8 of 8) sorted by relevance
217 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting() function
214 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting() function
986 if (!MI->hasCommaPasting()) { in ReadMacroCallArgumentList()
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()
1745 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() local1755 if (hasCommaPasting) MI->setHasCommaPasting(); in ReadMacroRecord()
2303 Record.push_back(MI->hasCommaPasting()); in WritePreprocessor()