Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp173 void VisitMSGuidDecl(const MSGuidDecl *D);
1109 void USRGenerator::VisitMSGuidDecl(const MSGuidDecl *D) { in VisitMSGuidDecl() function in USRGenerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp100 void VisitMSGuidDecl(MSGuidDecl *D);
1071 void ASTDeclWriter::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp379 void VisitMSGuidDecl(MSGuidDecl *D);
1549 void ASTDeclReader::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp964 Decl *TemplateDeclInstantiator::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in TemplateDeclInstantiator