Searched refs:IgnoreUnlessSpelledInSource (Results 1 – 4 of 4) sorted by relevance
40 return E->IgnoreUnlessSpelledInSource(); in traverseIgnored()153 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()154 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()
2981 Expr *Expr::IgnoreUnlessSpelledInSource() { in IgnoreUnlessSpelledInSource() function in Expr
131 S = E->IgnoreUnlessSpelledInSource();
803 Expr *IgnoreUnlessSpelledInSource();804 const Expr *IgnoreUnlessSpelledInSource() const { in IgnoreUnlessSpelledInSource() function805 return const_cast<Expr *>(this)->IgnoreUnlessSpelledInSource(); in IgnoreUnlessSpelledInSource()