Home
last modified time | relevance | path

Searched refs:ASTFileMacros (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp673 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local
674 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()