Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ret

10253   QualType Ret = PossiblyAFunctionType;
10256 Ret = ToTypePtr->getPointeeType();
10259 Ret = ToTypeRef->getPointeeType();
10262 Ret = MemTypePtr->getPointeeType();
10263 Ret =
10264 Context.getCanonicalType(Ret).getUnqualifiedType();
10265 return Ret;
10500 bool Ret = false;
10522 Ret = true;
10527 Ret = true;
10529 assert(Ret || Matches.empty());
10530 return Ret;