Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h289 mutable llvm::FoldingSet<MSGuidDecl> MSGuidDecls; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11059 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl()
11064 MSGuidDecls.InsertNode(New, InsertPos); in getMSGuidDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl()