Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2489 SmallVector<const IdentifierInfo *, 128> MacroIdentifiers; in WritePreprocessor() local
2494 MacroIdentifiers.push_back(Id.second); in WritePreprocessor()
2497 llvm::sort(MacroIdentifiers, llvm::less_ptr<IdentifierInfo>()); in WritePreprocessor()
2501 for (const IdentifierInfo *Name : MacroIdentifiers) { in WritePreprocessor()