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

1 2 3 4

  /external/clang/tools/libclang/
CXIndexDataConsumer.h 23 class MSPropertyDecl;
406 bool handleMSProperty(const MSPropertyDecl *D);
CXIndexDataConsumer.cpp 50 bool VisitMSPropertyDecl(const MSPropertyDecl *D) {
623 bool CXIndexDataConsumer::handleMSProperty(const MSPropertyDecl *D) {
    [all...]
  /external/clang/lib/Index/
IndexingContext.cpp 190 isa<MSPropertyDecl>(D) ||
IndexDecl.cpp 171 bool VisitMSPropertyDecl(const MSPropertyDecl *D) {
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ExprClassification.cpp 432 (isa<FunctionDecl>(D) || isa<MSPropertyDecl>(D) ||
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ExprCXX.h 31 class MSPropertyDecl;
658 /// \brief A member reference to an MSPropertyDecl.
665 MSPropertyDecl *TheDecl;
671 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
709 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 110 isField |= isa<FieldDecl>(D) || isa<MSPropertyDecl>(D) ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
ExprCXX.h 31 class MSPropertyDecl;
673 /// \brief A member reference to an MSPropertyDecl.
680 MSPropertyDecl *TheDecl;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
724 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclCXX.h     [all...]
ExprCXX.h 31 class MSPropertyDecl;
673 /// \brief A member reference to an MSPropertyDecl.
680 MSPropertyDecl *TheDecl;
686 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
724 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclCXX.h     [all...]

Completed in 537 milliseconds

1 2 3 4