reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1248 QualType returnType = funcType->getReturnType().substObjCTypeArgs( 1255 if (isa<FunctionNoProtoType>(funcType)) { 1258 funcType->getReturnType().getAsOpaquePtr()) 1259 return BaseType::VisitFunctionType(funcType); 1262 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); 1265 const auto *funcProtoType = cast<FunctionProtoType>(funcType); 1308 return BaseType::VisitFunctionType(funcType);