Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp509 SmallVector<StringRef, 4> ExistingMacroNames; in checkPreprocessorOptions() local
510 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, &ExistingMacroNames); in checkPreprocessorOptions()
512 for (unsigned I = 0, N = ExistingMacroNames.size(); I != N; ++I) { in checkPreprocessorOptions()
514 StringRef MacroName = ExistingMacroNames[I]; in checkPreprocessorOptions()