Home
last modified time | relevance | path

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

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