Home | History | Annotate | Download | only in Sema

Lines Matching refs:POE

3056   if (const PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(Inside))
3057 Inside = POE->getSyntacticForm()->IgnoreImpCasts();
6154 if (PseudoObjectExpr * POE = dyn_cast<PseudoObjectExpr>(E)) {
6155 if (POE->getResultExpr())
6156 E = POE->getResultExpr();