Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp639 MacroDefinitionsMap ASTFileMacros; in checkPreprocessorOptions() local
640 collectMacroDefinitions(PPOpts, ASTFileMacros); in checkPreprocessorOptions()
652 ASTFileMacros.find(MacroName); in checkPreprocessorOptions()
653 if (!Validate || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()