Home | History | Annotate | Download | only in Sema

Lines Matching defs:FnTy

1315 static std::string getFunctionQualifiersAsString(const FunctionProtoType *FnTy){
1317 Qualifiers::fromCVRMask(FnTy->getTypeQuals()).getAsString();
1319 switch (FnTy->getRefQualifier()) {
3068 const FunctionProtoType *FnTy = T->getAs<FunctionProtoType>();
3069 assert(FnTy && "Why oh why is there not a FunctionProtoType here?");
3136 << getFunctionQualifiersAsString(FnTy)
3140 FunctionProtoType::ExtProtoInfo EPI = FnTy->getExtProtoInfo();
3144 T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),