/external/clang/lib/AST/ |
ExprObjC.cpp | 125 ObjCSubscriptRefExpr * 126 ObjCSubscriptRefExpr::Create(const ASTContext &C, Expr *base, Expr *key, 129 void *Mem = C.Allocate(sizeof(ObjCSubscriptRefExpr)); 130 return new (Mem) ObjCSubscriptRefExpr(
|
ASTDumper.cpp | 537 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node); [all...] |
StmtPrinter.cpp | 1140 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { [all...] |
StmtProfile.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaPseudoObject.cpp | 74 Expr *rebuildObjCSubscriptRefExpr(ObjCSubscriptRefExpr *refExpr) { 78 return new (S.Context) ObjCSubscriptRefExpr( 111 if (auto *SRE = dyn_cast<ObjCSubscriptRefExpr>(e)) 306 ObjCSubscriptRefExpr *RefExpr; 316 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr) : [all...] |
SemaExprObjC.cpp | 762 return ObjCSubscriptRefExpr::Create(Context, BaseExpr, IndexExpr, [all...] |
SemaStmt.cpp | 286 if (isa<ObjCSubscriptRefExpr>(Source)) [all...] |
TreeTransform.h | [all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | 762 /// ObjCSubscriptRefExpr - used for array and dictionary subscripting. 765 class ObjCSubscriptRefExpr : public Expr { 776 // For immutable objects this is null. When ObjCSubscriptRefExpr is to read 782 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, 797 explicit ObjCSubscriptRefExpr(EmptyShell Empty) 800 static ObjCSubscriptRefExpr *Create(const ASTContext &C, [all...] |
RecursiveASTVisitor.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |
ASTWriterStmt.cpp | [all...] |