Lines Matching defs:LH
1556 const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);
2207 TemplateInstantiator::TransformLoopHintAttr(const LoopHintAttr *LH) {
2208 Expr *TransformedExpr = getDerived().TransformExpr(LH->getValue()).get();
2210 if (TransformedExpr == LH->getValue())
2211 return LH;
2214 if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation(),
2215 LH->getSemanticSpelling() ==
2217 return LH;
2219 LoopHintAttr::OptionType Option = LH->getOption();
2220 LoopHintAttr::LoopHintState State = LH->getState();
2233 TransformedExpr, *LH);