reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
153 if (!AttrExp) 156 if (const auto* SLit = dyn_cast<StringLiteral>(AttrExp)) { 167 if (const auto *OE = dyn_cast<CXXOperatorCallExpr>(AttrExp)) { 170 AttrExp = OE->getArg(0); 173 else if (const auto *UO = dyn_cast<UnaryOperator>(AttrExp)) { 176 AttrExp = UO->getSubExpr(); 180 til::SExpr *E = translate(AttrExp, Ctx);