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 181 typedef MSPropertyRefExpr specific_type;
182 Expr *rebuildSpecific(MSPropertyRefExpr *refExpr) {
186 MSPropertyRefExpr(NewBase, refExpr->getPropertyDecl(),
324 MSPropertyRefExpr *RefExpr;
327 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr) :
    [all...]
SemaExprMember.cpp 843 return new (S.Context) MSPropertyRefExpr(BaseExpr, PD, IsArrow,
    [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 89 bool VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 614 class MSPropertyRefExpr : public Expr {
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
634 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {}
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 812 void StmtProfiler::VisitMSPropertyRefExpr(const MSPropertyRefExpr *S) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 397 milliseconds