Searched defs:VisitMSPropertyDecl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Index/ | ||
H A D | IndexDecl.cpp | 342 bool VisitMSPropertyDecl(const MSPropertyDecl *D) { in VisitMSPropertyDecl() function in __anonf10645d10111::IndexingDeclVisitor |
/freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 1064 void ASTDeclWriter::VisitMSPropertyDecl(MSPropertyDecl *D) { in VisitMSPropertyDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 1543 void ASTDeclReader::VisitMSPropertyDecl(MSPropertyDecl *PD) { in VisitMSPropertyDecl() function in ASTDeclReader |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 1360 Decl *TemplateDeclInstantiator::VisitMSPropertyDecl(MSPropertyDecl *D) { in VisitMSPropertyDecl() function in TemplateDeclInstantiator |