Searched refs:MSPropertyRefExpr (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp182 typedef MSPropertyRefExpr specific_type;
183 Expr *rebuildSpecific(MSPropertyRefExpr *refExpr) {
187 MSPropertyRefExpr(NewBase, refExpr->getPropertyDecl(),
330 MSPropertyRefExpr *RefExpr;
333 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr) :
1501 } else if (MSPropertyRefExpr *refExpr
1502 = dyn_cast<MSPropertyRefExpr>(opaqueRef)) {
1527 } else if (MSPropertyRefExpr *refExpr
1528 = dyn_cast<MSPropertyRefExpr>(opaqueRef)) {
1560 } else if (MSPropertyRefExpr *refExp
[all...]
H A DSemaExprMember.cpp859 return new (S.Context) MSPropertyRefExpr(BaseExpr, PD, IsArrow,
H A DTreeTransform.h6306 TreeTransform<Derived>::TransformMSPropertyRefExpr(MSPropertyRefExpr *E) {
6325 MSPropertyRefExpr(Base.get(), PD, E->isArrow(),
/external/clang/tools/libclang/
H A DIndexBody.cpp89 bool VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
/external/clang/include/clang/AST/
H A DExprCXX.h614 class MSPropertyRefExpr : public Expr { class in namespace:clang
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, function in class:clang::MSPropertyRefExpr
634 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {} function in class:clang::MSPropertyRefExpr
H A DDataRecursiveASTVisitor.h2081 DEF_TRAVERSE_STMT(MSPropertyRefExpr, {
H A DRecursiveASTVisitor.h2103 DEF_TRAVERSE_STMT(MSPropertyRefExpr, {
/external/clang/lib/AST/
H A DStmtProfile.cpp920 void StmtProfiler::VisitMSPropertyRefExpr(const MSPropertyRefExpr *S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1590 void ASTStmtReader::VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
2551 S = new (Context) MSPropertyRefExpr(Empty);
H A DASTWriterStmt.cpp1607 void ASTStmtWriter::VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {

Completed in 880 milliseconds