Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance
650 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local651 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()663 ASTFileMacros.find(MacroName); in checkPreprocessorOptions()664 if (Validation == OptionValidateNone || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()704 ASTFileMacros.erase(Known); in checkPreprocessorOptions()718 for (const auto &MacroName : ASTFileMacros.keys()) { in checkPreprocessorOptions()