Home | History | Annotate | Download | only in AST

Lines Matching refs:lv

2289     const LValueReferenceType *lv = cast<LValueReferenceType>(ty);
2291 getVariableArrayDecayedType(lv->getPointeeType()),
2292 lv->isSpelledAsLValue());
2297 const RValueReferenceType *lv = cast<RValueReferenceType>(ty);
2299 getVariableArrayDecayedType(lv->getPointeeType()));