Home
last modified time | relevance | path

Searched refs:VisitMSPropertyDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp87 void VisitMSPropertyDecl(MSPropertyDecl *D);
680 void ASTDeclWriter::VisitMSPropertyDecl(MSPropertyDecl *D) { in VisitMSPropertyDecl() function in ASTDeclWriter
DASTReaderDecl.cpp260 void VisitMSPropertyDecl(MSPropertyDecl *FD);
939 void ASTDeclReader::VisitMSPropertyDecl(MSPropertyDecl *PD) { in VisitMSPropertyDecl() function in ASTDeclReader
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp473 Decl *TemplateDeclInstantiator::VisitMSPropertyDecl(MSPropertyDecl *D) { in VisitMSPropertyDecl() function in TemplateDeclInstantiator