HomeSort by relevance Sort by last modified time
    Searched refs:MSPropertyDecl (Results 1 - 17 of 17) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 19 class MSPropertyDecl;
408 bool handleMSProperty(const MSPropertyDecl *D);
IndexDecl.cpp 117 bool VisitMSPropertyDecl(const MSPropertyDecl *D) {
IndexingContext.cpp 401 bool IndexingContext::handleMSProperty(const MSPropertyDecl *D) {
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 111 if (dyn_cast<FieldDecl>(D) || dyn_cast<MSPropertyDecl>(D)
839 MSPropertyDecl *PD,
    [all...]
SemaTemplateInstantiateDecl.cpp 458 Decl *TemplateDeclInstantiator::VisitMSPropertyDecl(MSPropertyDecl *D) {
487 MSPropertyDecl *Property = new (SemaRef.Context)
488 MSPropertyDecl(Owner, D->getLocation(),
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ExprCXX.h 33 class MSPropertyDecl;
609 /// \brief A member reference to an MSPropertyDecl.
616 MSPropertyDecl *TheDecl;
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
660 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 87 void VisitMSPropertyDecl(MSPropertyDecl *D);
676 void ASTDeclWriter::VisitMSPropertyDecl(MSPropertyDecl *D) {
    [all...]
ASTReaderDecl.cpp 260 void VisitMSPropertyDecl(MSPropertyDecl *FD);
    [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 93 milliseconds