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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 85 Expr *rebuildMSPropertyRefExpr(MSPropertyRefExpr *refExpr) {
88 return new (S.Context) MSPropertyRefExpr(
113 if (auto *MSPRE = dyn_cast<MSPropertyRefExpr>(e))
337 MSPropertyRefExpr *RefExpr;
341 MSPropertyRefExpr *getBaseMSProperty(MSPropertySubscriptExpr *E);
344 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr) :
    [all...]
SemaExprMember.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 89 bool VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
  /external/clang/include/clang/AST/
ExprCXX.h 626 class MSPropertyRefExpr : public Expr {
634 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
646 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {}
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 1158 void StmtProfiler::VisitMSPropertyRefExpr(const MSPropertyRefExpr *S) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 76 milliseconds