Home | History | Annotate | Download | only in AST

Lines Matching refs:isArrow

684     OS << (Node->isArrow() ? "->" : ".");
983 OS << (Node->isArrow() ? "->" : ".");
1000 OS << (Node->isArrow() ? "->isa" : ".isa");
1309 if (Node->isArrow())
1566 if (E->isArrow())
1626 OS << (Node->isArrow() ? "->" : ".");
1641 OS << (Node->isArrow() ? "->" : ".");