Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance
506 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local507 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()519 = ASTFileMacros.find(MacroName); in checkPreprocessorOptions()520 if (Known == ASTFileMacros.end()) { in checkPreprocessorOptions()