Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriter.cpp2156 SmallVector<const IdentifierInfo *, 128> MacroIdentifiers; in WritePreprocessor() local
2161 MacroIdentifiers.push_back(Id.second); in WritePreprocessor()
2164 std::sort(MacroIdentifiers.begin(), MacroIdentifiers.end(), in WritePreprocessor()
2169 for (const IdentifierInfo *Name : MacroIdentifiers) { in WritePreprocessor()