Searched refs:MSGuidDecls (Results 1 – 3 of 3) sorted by relevance
289 mutable llvm::FoldingSet<MSGuidDecl> MSGuidDecls; variable
11059 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl()11064 MSGuidDecls.InsertNode(New, InsertPos); in getMSGuidDecl()
1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl()