Searched defs:VisitMSPropertyDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DIndexDecl.cpp117 bool VisitMSPropertyDecl(const MSPropertyDecl *D) { function in class:__anon16663::IndexingDeclVisitor
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp87 void VisitMSPropertyDecl(MSPropertyDecl *D);
676 void ASTDeclWriter::VisitMSPropertyDecl(MSPropertyDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp260 void VisitMSPropertyDecl(MSPropertyDecl *FD);
912 void ASTDeclReader::VisitMSPropertyDecl(MSPropertyDecl *PD) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp458 Decl *TemplateDeclInstantiator::VisitMSPropertyDecl(MSPropertyDecl *D) { function in class:TemplateDeclInstantiator

Completed in 723 milliseconds