Home | History | Annotate | Download | only in AST

Lines Matching refs:ResType

6505   QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error,
6539 return getFunctionNoProtoType(ResType, EI);
6545 return getFunctionType(ResType, ArgTypes.data(), ArgTypes.size(), EPI);