Searched refs:OrderedComments (Results 1 – 3 of 3) sorted by relevance
232 llvm::DenseMap<FileID, std::map<unsigned, RawComment *>> OrderedComments; variable
3423 for (const auto &FO : Context->Comments.OrderedComments) { in WriteComments()
9600 Context.Comments.OrderedComments[Loc.first].emplace(Loc.second, C); in ReadComments()