| 1062 | } |
| 1063 | |
| 1064 | MacroInfo* PreprocessFile::getMacro(std::string_view name) { |
| 1065 | registerSymbol(name); |
| 1066 | return m_compilationUnit->getMacroInfo(name); |
| 1067 | } |
| 1068 | |
| 1069 | bool PreprocessFile::deleteMacro(std::string_view name, |
| 1070 | std::set<PreprocessFile*>& visited) { |
no test coverage detected