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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 162 typedef ObjCSubscriptRefExpr specific_type;
163 Expr *rebuildSpecific(ObjCSubscriptRefExpr *refExpr) {
168 ObjCSubscriptRefExpr(NewBase,
299 ObjCSubscriptRefExpr *RefExpr;
309 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr) :
    [all...]
SemaExprObjC.cpp 629 return ObjCSubscriptRefExpr::Create(Context, BaseExpr, IndexExpr,
    [all...]
SemaStmt.cpp 276 if (isa<ObjCSubscriptRefExpr>(Source))
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 782 /// ObjCSubscriptRefExpr - used for array and dictionary subscripting.
785 class ObjCSubscriptRefExpr : public Expr {
796 // For immutable objects this is null. When ObjCSubscriptRefExpr is to read
802 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T,
817 explicit ObjCSubscriptRefExpr(EmptyShell Empty)
820 static ObjCSubscriptRefExpr *Create(const ASTContext &C,
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 531 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
    [all...]
Expr.cpp     [all...]
StmtProfile.cpp     [all...]
StmtPrinter.cpp 998 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 445 milliseconds