Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp173 void VisitMSGuidDecl(const MSGuidDecl *D);
1093 void USRGenerator::VisitMSGuidDecl(const MSGuidDecl *D) { in VisitMSGuidDecl() function in USRGenerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp97 void VisitMSGuidDecl(MSGuidDecl *D);
1033 void ASTDeclWriter::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp384 void VisitMSGuidDecl(MSGuidDecl *D);
1557 void ASTDeclReader::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in ASTDeclReader
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp939 Decl *TemplateDeclInstantiator::VisitMSGuidDecl(MSGuidDecl *D) { in VisitMSGuidDecl() function in TemplateDeclInstantiator