Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance
673 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local674 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()691 ASTFileMacros.find(MacroName); in checkPreprocessorOptions()692 if (Validation == OptionValidateNone || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()732 ASTFileMacros.erase(Known); in checkPreprocessorOptions()750 for (const auto &MacroName : ASTFileMacros.keys()) { in checkPreprocessorOptions()