HomeSort by: relevance | last modified time | path
    Searched refs:MSGuidDecls (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 292 mutable llvm::FoldingSet<MSGuidDecl> MSGuidDecls;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1485 // MSVC predeclares struct _GUID, and we need it to create MSGuidDecls.
11252 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos))
11257 MSGuidDecls.InsertNode(New, InsertPos);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D))

Completed in 26 milliseconds