Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance
651 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local652 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()664 ASTFileMacros.find(MacroName); in checkPreprocessorOptions()665 if (Validation == OptionValidateNone || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()705 ASTFileMacros.erase(Known); in checkPreprocessorOptions()719 for (const auto &MacroName : ASTFileMacros.keys()) { in checkPreprocessorOptions()