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