HomeSort by relevance Sort by last modified time
    Searched defs:isArrow (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
ExprObjC.h 460 bool IsArrow:1; // True if this is "X->F", false if this is "X.F".
471 D(d), Base(base), Loc(l), IsArrow(arrow), IsFreeIvar(freeIvar) {}
484 bool isArrow() const { return IsArrow; }
486 void setIsArrow(bool A) { IsArrow = A; }
    [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 163 milliseconds