Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance
668 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local669 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()686 ASTFileMacros.find(MacroName); in checkPreprocessorOptions()687 if (Validation == OptionValidateNone || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()727 ASTFileMacros.erase(Known); in checkPreprocessorOptions()745 for (const auto &MacroName : ASTFileMacros.keys()) { in checkPreprocessorOptions()