Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp98 void VisitMSGuidDecl(MSGuidDecl *D);
963 void ASTDeclWriter::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp373 void VisitMSGuidDecl(MSGuidDecl *D);
1469 void ASTDeclReader::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp891 Decl *TemplateDeclInstantiator::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in TemplateDeclInstantiator