Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance
693 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local694 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()711 ASTFileMacros.find(MacroName); in checkPreprocessorOptions()712 if (Validation == OptionValidateNone || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()753 ASTFileMacros.erase(Known); in checkPreprocessorOptions()772 for (const auto &MacroName : ASTFileMacros.keys()) { in checkPreprocessorOptions()