Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp676 SmallVector<StringRef, 4> ExistingMacroNames; in checkPreprocessorOptions() local
678 &ExistingMacroNames); in checkPreprocessorOptions()
684 for (unsigned I = 0, N = ExistingMacroNames.size(); I != N; ++I) { in checkPreprocessorOptions()
686 StringRef MacroName = ExistingMacroNames[I]; in checkPreprocessorOptions()