Lines Matching defs:LH
1524 const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);
2119 TemplateInstantiator::TransformLoopHintAttr(const LoopHintAttr *LH) {
2120 Expr *TransformedExpr = getDerived().TransformExpr(LH->getValue()).get();
2122 if (TransformedExpr == LH->getValue())
2123 return LH;
2126 if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation(),
2127 LH->getSemanticSpelling() ==
2129 return LH;
2131 LoopHintAttr::OptionType Option = LH->getOption();
2132 LoopHintAttr::LoopHintState State = LH->getState();
2145 TransformedExpr, *LH);