reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclCXX.h
 3852       : DeclaratorDecl(MSProperty, DC, L, N, T, TInfo, StartL),
 3865   static bool classof(const Decl *D) { return D->getKind() == MSProperty; }
tools/clang/lib/AST/DeclBase.cpp
  704     case MSProperty:
tools/clang/lib/CodeGen/CGDecl.cpp
   62   case Decl::MSProperty:
tools/clang/lib/Index/IndexSymbol.cpp
  335     case Decl::MSProperty:
tools/clang/lib/Sema/SemaExpr.cpp
 3150     case Decl::MSProperty:
tools/clang/lib/Serialization/ASTCommon.cpp
  367   case Decl::MSProperty:
tools/clang/tools/libclang/CIndex.cpp
 6268   case Decl::MSProperty: