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 627 return ObjCSubscriptRefExpr::Create(Context, BaseExpr, IndexExpr,
    [all...]
SemaStmt.cpp 262 if (isa<ObjCSubscriptRefExpr>(Source))
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 773 /// ObjCSubscriptRefExpr - used for array and dictionary subscripting.
776 class ObjCSubscriptRefExpr : public Expr {
787 // For immutable objects this is null. When ObjCSubscriptRefExpr is to read
793 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T,
808 explicit ObjCSubscriptRefExpr(EmptyShell Empty)
811 static ObjCSubscriptRefExpr *Create(const ASTContext &C,
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 353 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
    [all...]
Expr.cpp     [all...]
StmtPrinter.cpp 891 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) {
    [all...]
StmtProfile.cpp 1205 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 98 milliseconds