Searched defs:PRef (Results 1 – 2 of 2) sorted by relevance
44 struct PRef<'a>(&'a IdentifierParser<'a>); struct292 impl<'a> PRef<'a> { implementation406 impl<'a> PRef<'a> { impl490 impl<'a> ::std::ops::Deref for PRef<'a> { implementation
3780 if (const ReferenceType *PRef = P->getAs<ReferenceType>()) in DeduceTemplateArguments() local