Searched defs:VisitMSPropertyDecl (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ | ||
H A D | IndexDecl.cpp | 336 bool VisitMSPropertyDecl(const MSPropertyDecl *D) { in VisitMSPropertyDecl() function in __anon2e397e1c0111::IndexingDeclVisitor |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 950 void ASTDeclWriter::VisitMSPropertyDecl(MSPropertyDecl *D) { in VisitMSPropertyDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 1368 void ASTDeclReader::VisitMSPropertyDecl(MSPropertyDecl *PD) { in VisitMSPropertyDecl() function in ASTDeclReader |
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ | ||
H A D | CXIndexDataConsumer.cpp | 49 bool VisitMSPropertyDecl(const MSPropertyDecl *D) { in VisitMSPropertyDecl() function in __anone67901630111::IndexingDeclVisitor |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaTemplateInstantiateDecl.cpp | 1159 Decl *TemplateDeclInstantiator::VisitMSPropertyDecl(MSPropertyDecl *D) { in VisitMSPropertyDecl() function in TemplateDeclInstantiator |